Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.DeleteDomainRequest
-
Packages that use DeleteDomainRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of DeleteDomainRequest in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane with parameters of type DeleteDomainRequest Modifier and Type Method Description DeleteDomainResponse
Domain. deleteDomain(DeleteDomainRequest request)
Releases the domain, making it available to be claimed again by another tenancy.Future<DeleteDomainResponse>
DomainAsync. deleteDomain(DeleteDomainRequest request, AsyncHandler<DeleteDomainRequest,DeleteDomainResponse> handler)
Releases the domain, making it available to be claimed again by another tenancy.Future<DeleteDomainResponse>
DomainAsyncClient. deleteDomain(DeleteDomainRequest request, AsyncHandler<DeleteDomainRequest,DeleteDomainResponse> handler)
DeleteDomainResponse
DomainClient. deleteDomain(DeleteDomainRequest request)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type DeleteDomainRequest Modifier and Type Method Description Future<DeleteDomainResponse>
DomainAsync. deleteDomain(DeleteDomainRequest request, AsyncHandler<DeleteDomainRequest,DeleteDomainResponse> handler)
Releases the domain, making it available to be claimed again by another tenancy.Future<DeleteDomainResponse>
DomainAsyncClient. deleteDomain(DeleteDomainRequest request, AsyncHandler<DeleteDomainRequest,DeleteDomainResponse> handler)
-
Uses of DeleteDomainRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return DeleteDomainRequest Modifier and Type Method Description DeleteDomainRequest
DeleteDomainRequest.Builder. build()
Build the instance of DeleteDomainRequest as configured by this builderDeleteDomainRequest
DeleteDomainRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteDomainRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type DeleteDomainRequest Modifier and Type Method Description DeleteDomainRequest.Builder
DeleteDomainRequest.Builder. copy(DeleteDomainRequest o)
Copy method to populate the builder with values from the given instance.
-