Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.DeleteOrganizationTenancyRequest
-
Packages that use DeleteOrganizationTenancyRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of DeleteOrganizationTenancyRequest in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane with parameters of type DeleteOrganizationTenancyRequest Modifier and Type Method Description DeleteOrganizationTenancyResponse
Organization. deleteOrganizationTenancy(DeleteOrganizationTenancyRequest request)
If certain validations are successful, initiate tenancy termination.Future<DeleteOrganizationTenancyResponse>
OrganizationAsync. deleteOrganizationTenancy(DeleteOrganizationTenancyRequest request, AsyncHandler<DeleteOrganizationTenancyRequest,DeleteOrganizationTenancyResponse> handler)
If certain validations are successful, initiate tenancy termination.Future<DeleteOrganizationTenancyResponse>
OrganizationAsyncClient. deleteOrganizationTenancy(DeleteOrganizationTenancyRequest request, AsyncHandler<DeleteOrganizationTenancyRequest,DeleteOrganizationTenancyResponse> handler)
DeleteOrganizationTenancyResponse
OrganizationClient. deleteOrganizationTenancy(DeleteOrganizationTenancyRequest request)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type DeleteOrganizationTenancyRequest Modifier and Type Method Description Future<DeleteOrganizationTenancyResponse>
OrganizationAsync. deleteOrganizationTenancy(DeleteOrganizationTenancyRequest request, AsyncHandler<DeleteOrganizationTenancyRequest,DeleteOrganizationTenancyResponse> handler)
If certain validations are successful, initiate tenancy termination.Future<DeleteOrganizationTenancyResponse>
OrganizationAsyncClient. deleteOrganizationTenancy(DeleteOrganizationTenancyRequest request, AsyncHandler<DeleteOrganizationTenancyRequest,DeleteOrganizationTenancyResponse> handler)
-
Uses of DeleteOrganizationTenancyRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return DeleteOrganizationTenancyRequest Modifier and Type Method Description DeleteOrganizationTenancyRequest
DeleteOrganizationTenancyRequest.Builder. build()
Build the instance of DeleteOrganizationTenancyRequest as configured by this builderDeleteOrganizationTenancyRequest
DeleteOrganizationTenancyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteOrganizationTenancyRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type DeleteOrganizationTenancyRequest Modifier and Type Method Description DeleteOrganizationTenancyRequest.Builder
DeleteOrganizationTenancyRequest.Builder. copy(DeleteOrganizationTenancyRequest o)
Copy method to populate the builder with values from the given instance.
-