Uses of Class
com.oracle.bmc.managementagent.requests.GetManagementAgentInstallKeyRequest
-
Packages that use GetManagementAgentInstallKeyRequest Package Description com.oracle.bmc.managementagent com.oracle.bmc.managementagent.requests -
-
Uses of GetManagementAgentInstallKeyRequest in com.oracle.bmc.managementagent
Method parameters in com.oracle.bmc.managementagent with type arguments of type GetManagementAgentInstallKeyRequest Modifier and Type Method Description Future<GetManagementAgentInstallKeyResponse>
ManagementAgentAsync. getManagementAgentInstallKey(GetManagementAgentInstallKeyRequest request, AsyncHandler<GetManagementAgentInstallKeyRequest,GetManagementAgentInstallKeyResponse> handler)
Gets complete details of the Agent install Key for a given key idFuture<GetManagementAgentInstallKeyResponse>
ManagementAgentAsyncClient. getManagementAgentInstallKey(GetManagementAgentInstallKeyRequest request, AsyncHandler<GetManagementAgentInstallKeyRequest,GetManagementAgentInstallKeyResponse> handler)
-
Uses of GetManagementAgentInstallKeyRequest in com.oracle.bmc.managementagent.requests
Methods in com.oracle.bmc.managementagent.requests that return GetManagementAgentInstallKeyRequest Modifier and Type Method Description GetManagementAgentInstallKeyRequest
GetManagementAgentInstallKeyRequest.Builder. build()
Build the instance of GetManagementAgentInstallKeyRequest as configured by this builderGetManagementAgentInstallKeyRequest
GetManagementAgentInstallKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetManagementAgentInstallKeyRequest as configured by this builderMethods in com.oracle.bmc.managementagent.requests with parameters of type GetManagementAgentInstallKeyRequest Modifier and Type Method Description GetManagementAgentInstallKeyRequest.Builder
GetManagementAgentInstallKeyRequest.Builder. copy(GetManagementAgentInstallKeyRequest o)
Copy method to populate the builder with values from the given instance.
-