Uses of Class
com.oracle.bmc.managementagent.responses.UpdateManagementAgentInstallKeyResponse
-
Packages that use UpdateManagementAgentInstallKeyResponse Package Description com.oracle.bmc.managementagent com.oracle.bmc.managementagent.responses -
-
Uses of UpdateManagementAgentInstallKeyResponse in com.oracle.bmc.managementagent
Methods in com.oracle.bmc.managementagent that return UpdateManagementAgentInstallKeyResponse Modifier and Type Method Description UpdateManagementAgentInstallKeyResponse
ManagementAgent. updateManagementAgentInstallKey(UpdateManagementAgentInstallKeyRequest request)
API to update the modifiable properties of the Management Agent install key.UpdateManagementAgentInstallKeyResponse
ManagementAgentClient. updateManagementAgentInstallKey(UpdateManagementAgentInstallKeyRequest request)
Methods in com.oracle.bmc.managementagent that return types with arguments of type UpdateManagementAgentInstallKeyResponse Modifier and Type Method Description Future<UpdateManagementAgentInstallKeyResponse>
ManagementAgentAsync. updateManagementAgentInstallKey(UpdateManagementAgentInstallKeyRequest request, AsyncHandler<UpdateManagementAgentInstallKeyRequest,UpdateManagementAgentInstallKeyResponse> handler)
API to update the modifiable properties of the Management Agent install key.Future<UpdateManagementAgentInstallKeyResponse>
ManagementAgentAsyncClient. updateManagementAgentInstallKey(UpdateManagementAgentInstallKeyRequest request, AsyncHandler<UpdateManagementAgentInstallKeyRequest,UpdateManagementAgentInstallKeyResponse> handler)
Method parameters in com.oracle.bmc.managementagent with type arguments of type UpdateManagementAgentInstallKeyResponse Modifier and Type Method Description Future<UpdateManagementAgentInstallKeyResponse>
ManagementAgentAsync. updateManagementAgentInstallKey(UpdateManagementAgentInstallKeyRequest request, AsyncHandler<UpdateManagementAgentInstallKeyRequest,UpdateManagementAgentInstallKeyResponse> handler)
API to update the modifiable properties of the Management Agent install key.Future<UpdateManagementAgentInstallKeyResponse>
ManagementAgentAsyncClient. updateManagementAgentInstallKey(UpdateManagementAgentInstallKeyRequest request, AsyncHandler<UpdateManagementAgentInstallKeyRequest,UpdateManagementAgentInstallKeyResponse> handler)
-
Uses of UpdateManagementAgentInstallKeyResponse in com.oracle.bmc.managementagent.responses
Methods in com.oracle.bmc.managementagent.responses that return UpdateManagementAgentInstallKeyResponse Modifier and Type Method Description UpdateManagementAgentInstallKeyResponse
UpdateManagementAgentInstallKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.managementagent.responses with parameters of type UpdateManagementAgentInstallKeyResponse Modifier and Type Method Description UpdateManagementAgentInstallKeyResponse.Builder
UpdateManagementAgentInstallKeyResponse.Builder. copy(UpdateManagementAgentInstallKeyResponse o)
Copy method to populate the builder with values from the given instance.
-