Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.RestoreOrganizationTenancyRequest
-
Packages that use RestoreOrganizationTenancyRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of RestoreOrganizationTenancyRequest in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane with parameters of type RestoreOrganizationTenancyRequest Modifier and Type Method Description RestoreOrganizationTenancyResponse
Organization. restoreOrganizationTenancy(RestoreOrganizationTenancyRequest request)
An asynchronous API to restore a tenancy.Future<RestoreOrganizationTenancyResponse>
OrganizationAsync. restoreOrganizationTenancy(RestoreOrganizationTenancyRequest request, AsyncHandler<RestoreOrganizationTenancyRequest,RestoreOrganizationTenancyResponse> handler)
An asynchronous API to restore a tenancy.Future<RestoreOrganizationTenancyResponse>
OrganizationAsyncClient. restoreOrganizationTenancy(RestoreOrganizationTenancyRequest request, AsyncHandler<RestoreOrganizationTenancyRequest,RestoreOrganizationTenancyResponse> handler)
RestoreOrganizationTenancyResponse
OrganizationClient. restoreOrganizationTenancy(RestoreOrganizationTenancyRequest request)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type RestoreOrganizationTenancyRequest Modifier and Type Method Description Future<RestoreOrganizationTenancyResponse>
OrganizationAsync. restoreOrganizationTenancy(RestoreOrganizationTenancyRequest request, AsyncHandler<RestoreOrganizationTenancyRequest,RestoreOrganizationTenancyResponse> handler)
An asynchronous API to restore a tenancy.Future<RestoreOrganizationTenancyResponse>
OrganizationAsyncClient. restoreOrganizationTenancy(RestoreOrganizationTenancyRequest request, AsyncHandler<RestoreOrganizationTenancyRequest,RestoreOrganizationTenancyResponse> handler)
-
Uses of RestoreOrganizationTenancyRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return RestoreOrganizationTenancyRequest Modifier and Type Method Description RestoreOrganizationTenancyRequest
RestoreOrganizationTenancyRequest.Builder. build()
Build the instance of RestoreOrganizationTenancyRequest as configured by this builderRestoreOrganizationTenancyRequest
RestoreOrganizationTenancyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RestoreOrganizationTenancyRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type RestoreOrganizationTenancyRequest Modifier and Type Method Description RestoreOrganizationTenancyRequest.Builder
RestoreOrganizationTenancyRequest.Builder. copy(RestoreOrganizationTenancyRequest o)
Copy method to populate the builder with values from the given instance.
-