Uses of Class
com.oracle.bmc.managementagent.responses.CreateManagementAgentInstallKeyResponse
-
Packages that use CreateManagementAgentInstallKeyResponse Package Description com.oracle.bmc.managementagent com.oracle.bmc.managementagent.responses -
-
Uses of CreateManagementAgentInstallKeyResponse in com.oracle.bmc.managementagent
Methods in com.oracle.bmc.managementagent that return CreateManagementAgentInstallKeyResponse Modifier and Type Method Description CreateManagementAgentInstallKeyResponseManagementAgent. createManagementAgentInstallKey(CreateManagementAgentInstallKeyRequest request)User creates a new install key as part of this API.CreateManagementAgentInstallKeyResponseManagementAgentClient. createManagementAgentInstallKey(CreateManagementAgentInstallKeyRequest request)Methods in com.oracle.bmc.managementagent that return types with arguments of type CreateManagementAgentInstallKeyResponse 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)Method parameters in com.oracle.bmc.managementagent with type arguments of type CreateManagementAgentInstallKeyResponse 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 CreateManagementAgentInstallKeyResponse in com.oracle.bmc.managementagent.responses
Methods in com.oracle.bmc.managementagent.responses that return CreateManagementAgentInstallKeyResponse Modifier and Type Method Description CreateManagementAgentInstallKeyResponseCreateManagementAgentInstallKeyResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.managementagent.responses with parameters of type CreateManagementAgentInstallKeyResponse Modifier and Type Method Description CreateManagementAgentInstallKeyResponse.BuilderCreateManagementAgentInstallKeyResponse.Builder. copy(CreateManagementAgentInstallKeyResponse o)Copy method to populate the builder with values from the given instance.
-