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