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