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