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