Uses of Class
com.oracle.bmc.managementagent.requests.UpdateManagementAgentInstallKeyRequest
-
Packages that use UpdateManagementAgentInstallKeyRequest Package Description com.oracle.bmc.managementagent com.oracle.bmc.managementagent.requests -
-
Uses of UpdateManagementAgentInstallKeyRequest in com.oracle.bmc.managementagent
Method parameters in com.oracle.bmc.managementagent with type arguments of type UpdateManagementAgentInstallKeyRequest 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 UpdateManagementAgentInstallKeyRequest in com.oracle.bmc.managementagent.requests
Methods in com.oracle.bmc.managementagent.requests that return UpdateManagementAgentInstallKeyRequest Modifier and Type Method Description UpdateManagementAgentInstallKeyRequest
UpdateManagementAgentInstallKeyRequest.Builder. build()
Build the instance of UpdateManagementAgentInstallKeyRequest as configured by this builderUpdateManagementAgentInstallKeyRequest
UpdateManagementAgentInstallKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateManagementAgentInstallKeyRequest as configured by this builderMethods in com.oracle.bmc.managementagent.requests with parameters of type UpdateManagementAgentInstallKeyRequest Modifier and Type Method Description UpdateManagementAgentInstallKeyRequest.Builder
UpdateManagementAgentInstallKeyRequest.Builder. copy(UpdateManagementAgentInstallKeyRequest o)
Copy method to populate the builder with values from the given instance.
-