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