Uses of Class
com.oracle.bmc.identitydomains.requests.CreateCloudGateRequest
-
Packages that use CreateCloudGateRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of CreateCloudGateRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type CreateCloudGateRequest Modifier and Type Method Description CreateCloudGateResponse
IdentityDomains. createCloudGate(CreateCloudGateRequest request)
Create a Cloud GateFuture<CreateCloudGateResponse>
IdentityDomainsAsync. createCloudGate(CreateCloudGateRequest request, AsyncHandler<CreateCloudGateRequest,CreateCloudGateResponse> handler)
Create a Cloud GateFuture<CreateCloudGateResponse>
IdentityDomainsAsyncClient. createCloudGate(CreateCloudGateRequest request, AsyncHandler<CreateCloudGateRequest,CreateCloudGateResponse> handler)
CreateCloudGateResponse
IdentityDomainsClient. createCloudGate(CreateCloudGateRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateCloudGateRequest 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 CreateCloudGateRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return CreateCloudGateRequest Modifier and Type Method Description CreateCloudGateRequest
CreateCloudGateRequest.Builder. build()
Build the instance of CreateCloudGateRequest as configured by this builderCreateCloudGateRequest
CreateCloudGateRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateCloudGateRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type CreateCloudGateRequest Modifier and Type Method Description CreateCloudGateRequest.Builder
CreateCloudGateRequest.Builder. copy(CreateCloudGateRequest o)
Copy method to populate the builder with values from the given instance.
-