Uses of Class
com.oracle.bmc.identitydomains.responses.GetCloudGateServerResponse
-
Packages that use GetCloudGateServerResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of GetCloudGateServerResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return GetCloudGateServerResponse Modifier and Type Method Description GetCloudGateServerResponse
IdentityDomains. getCloudGateServer(GetCloudGateServerRequest request)
Get a Cloud Gate serverGetCloudGateServerResponse
IdentityDomainsClient. getCloudGateServer(GetCloudGateServerRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type GetCloudGateServerResponse Modifier and Type Method Description Future<GetCloudGateServerResponse>
IdentityDomainsAsync. getCloudGateServer(GetCloudGateServerRequest request, AsyncHandler<GetCloudGateServerRequest,GetCloudGateServerResponse> handler)
Get a Cloud Gate serverFuture<GetCloudGateServerResponse>
IdentityDomainsAsyncClient. getCloudGateServer(GetCloudGateServerRequest request, AsyncHandler<GetCloudGateServerRequest,GetCloudGateServerResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type GetCloudGateServerResponse Modifier and Type Method Description Future<GetCloudGateServerResponse>
IdentityDomainsAsync. getCloudGateServer(GetCloudGateServerRequest request, AsyncHandler<GetCloudGateServerRequest,GetCloudGateServerResponse> handler)
Get a Cloud Gate serverFuture<GetCloudGateServerResponse>
IdentityDomainsAsyncClient. getCloudGateServer(GetCloudGateServerRequest request, AsyncHandler<GetCloudGateServerRequest,GetCloudGateServerResponse> handler)
-
Uses of GetCloudGateServerResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return GetCloudGateServerResponse Modifier and Type Method Description GetCloudGateServerResponse
GetCloudGateServerResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type GetCloudGateServerResponse Modifier and Type Method Description GetCloudGateServerResponse.Builder
GetCloudGateServerResponse.Builder. copy(GetCloudGateServerResponse o)
Copy method to populate the builder with values from the given instance.
-