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