Uses of Class
com.oracle.bmc.managementagent.requests.CreateManagementAgentInstallKeyRequest
-
Packages that use CreateManagementAgentInstallKeyRequest Package Description com.oracle.bmc.managementagent com.oracle.bmc.managementagent.requests -
-
Uses of CreateManagementAgentInstallKeyRequest in com.oracle.bmc.managementagent
Method parameters in com.oracle.bmc.managementagent with type arguments of type CreateManagementAgentInstallKeyRequest Modifier and Type Method Description Future<CreateManagementAgentInstallKeyResponse>
ManagementAgentAsync. createManagementAgentInstallKey(CreateManagementAgentInstallKeyRequest request, AsyncHandler<CreateManagementAgentInstallKeyRequest,CreateManagementAgentInstallKeyResponse> handler)
User creates a new install key as part of this API.Future<CreateManagementAgentInstallKeyResponse>
ManagementAgentAsyncClient. createManagementAgentInstallKey(CreateManagementAgentInstallKeyRequest request, AsyncHandler<CreateManagementAgentInstallKeyRequest,CreateManagementAgentInstallKeyResponse> handler)
-
Uses of CreateManagementAgentInstallKeyRequest in com.oracle.bmc.managementagent.requests
Methods in com.oracle.bmc.managementagent.requests that return CreateManagementAgentInstallKeyRequest Modifier and Type Method Description CreateManagementAgentInstallKeyRequest
CreateManagementAgentInstallKeyRequest.Builder. build()
Build the instance of CreateManagementAgentInstallKeyRequest as configured by this builderCreateManagementAgentInstallKeyRequest
CreateManagementAgentInstallKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateManagementAgentInstallKeyRequest as configured by this builderMethods in com.oracle.bmc.managementagent.requests with parameters of type CreateManagementAgentInstallKeyRequest Modifier and Type Method Description CreateManagementAgentInstallKeyRequest.Builder
CreateManagementAgentInstallKeyRequest.Builder. copy(CreateManagementAgentInstallKeyRequest o)
Copy method to populate the builder with values from the given instance.
-