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