Uses of Class
com.oracle.bmc.identitydomains.responses.CreateCloudGateMappingResponse
-
Packages that use CreateCloudGateMappingResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of CreateCloudGateMappingResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return CreateCloudGateMappingResponse Modifier and Type Method Description CreateCloudGateMappingResponse
IdentityDomains. createCloudGateMapping(CreateCloudGateMappingRequest request)
Create a Cloud Gate mappingCreateCloudGateMappingResponse
IdentityDomainsClient. createCloudGateMapping(CreateCloudGateMappingRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type CreateCloudGateMappingResponse 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)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateCloudGateMappingResponse 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 CreateCloudGateMappingResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return CreateCloudGateMappingResponse Modifier and Type Method Description CreateCloudGateMappingResponse
CreateCloudGateMappingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type CreateCloudGateMappingResponse Modifier and Type Method Description CreateCloudGateMappingResponse.Builder
CreateCloudGateMappingResponse.Builder. copy(CreateCloudGateMappingResponse o)
Copy method to populate the builder with values from the given instance.
-