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