Uses of Class
com.oracle.bmc.identitydomains.requests.CreateCloudGateMappingRequest
-
Packages that use CreateCloudGateMappingRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of CreateCloudGateMappingRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type CreateCloudGateMappingRequest Modifier and Type Method Description CreateCloudGateMappingResponse
IdentityDomains. createCloudGateMapping(CreateCloudGateMappingRequest request)
Create a Cloud Gate mappingFuture<CreateCloudGateMappingResponse>
IdentityDomainsAsync. createCloudGateMapping(CreateCloudGateMappingRequest request, AsyncHandler<CreateCloudGateMappingRequest,CreateCloudGateMappingResponse> handler)
Create a Cloud Gate mappingFuture<CreateCloudGateMappingResponse>
IdentityDomainsAsyncClient. createCloudGateMapping(CreateCloudGateMappingRequest request, AsyncHandler<CreateCloudGateMappingRequest,CreateCloudGateMappingResponse> handler)
CreateCloudGateMappingResponse
IdentityDomainsClient. createCloudGateMapping(CreateCloudGateMappingRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateCloudGateMappingRequest Modifier and Type Method Description Future<CreateCloudGateMappingResponse>
IdentityDomainsAsync. createCloudGateMapping(CreateCloudGateMappingRequest request, AsyncHandler<CreateCloudGateMappingRequest,CreateCloudGateMappingResponse> handler)
Create a Cloud Gate mappingFuture<CreateCloudGateMappingResponse>
IdentityDomainsAsyncClient. createCloudGateMapping(CreateCloudGateMappingRequest request, AsyncHandler<CreateCloudGateMappingRequest,CreateCloudGateMappingResponse> handler)
-
Uses of CreateCloudGateMappingRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return CreateCloudGateMappingRequest Modifier and Type Method Description CreateCloudGateMappingRequest
CreateCloudGateMappingRequest.Builder. build()
Build the instance of CreateCloudGateMappingRequest as configured by this builderCreateCloudGateMappingRequest
CreateCloudGateMappingRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateCloudGateMappingRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type CreateCloudGateMappingRequest Modifier and Type Method Description CreateCloudGateMappingRequest.Builder
CreateCloudGateMappingRequest.Builder. copy(CreateCloudGateMappingRequest o)
Copy method to populate the builder with values from the given instance.
-