Uses of Class
com.oracle.bmc.managementagent.requests.GetManagementAgentInstallKeyContentRequest
-
Packages that use GetManagementAgentInstallKeyContentRequest Package Description com.oracle.bmc.managementagent com.oracle.bmc.managementagent.requests -
-
Uses of GetManagementAgentInstallKeyContentRequest in com.oracle.bmc.managementagent
Method parameters in com.oracle.bmc.managementagent with type arguments of type GetManagementAgentInstallKeyContentRequest Modifier and Type Method Description Future<GetManagementAgentInstallKeyContentResponse>
ManagementAgentAsync. getManagementAgentInstallKeyContent(GetManagementAgentInstallKeyContentRequest request, AsyncHandler<GetManagementAgentInstallKeyContentRequest,GetManagementAgentInstallKeyContentResponse> handler)
Returns a file with Management Agent install Key in itFuture<GetManagementAgentInstallKeyContentResponse>
ManagementAgentAsyncClient. getManagementAgentInstallKeyContent(GetManagementAgentInstallKeyContentRequest request, AsyncHandler<GetManagementAgentInstallKeyContentRequest,GetManagementAgentInstallKeyContentResponse> handler)
-
Uses of GetManagementAgentInstallKeyContentRequest in com.oracle.bmc.managementagent.requests
Methods in com.oracle.bmc.managementagent.requests that return GetManagementAgentInstallKeyContentRequest Modifier and Type Method Description GetManagementAgentInstallKeyContentRequest
GetManagementAgentInstallKeyContentRequest.Builder. build()
Build the instance of GetManagementAgentInstallKeyContentRequest as configured by this builderGetManagementAgentInstallKeyContentRequest
GetManagementAgentInstallKeyContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetManagementAgentInstallKeyContentRequest as configured by this builderMethods in com.oracle.bmc.managementagent.requests with parameters of type GetManagementAgentInstallKeyContentRequest Modifier and Type Method Description GetManagementAgentInstallKeyContentRequest.Builder
GetManagementAgentInstallKeyContentRequest.Builder. copy(GetManagementAgentInstallKeyContentRequest o)
Copy method to populate the builder with values from the given instance.
-