Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.GetOrganizationTenancyRequest
-
Packages that use GetOrganizationTenancyRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of GetOrganizationTenancyRequest in com.oracle.bmc.tenantmanagercontrolplane
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type GetOrganizationTenancyRequest Modifier and Type Method Description Future<GetOrganizationTenancyResponse>
OrganizationAsync. getOrganizationTenancy(GetOrganizationTenancyRequest request, AsyncHandler<GetOrganizationTenancyRequest,GetOrganizationTenancyResponse> handler)
Gets information about the organization’s tenancy.Future<GetOrganizationTenancyResponse>
OrganizationAsyncClient. getOrganizationTenancy(GetOrganizationTenancyRequest request, AsyncHandler<GetOrganizationTenancyRequest,GetOrganizationTenancyResponse> handler)
-
Uses of GetOrganizationTenancyRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return GetOrganizationTenancyRequest Modifier and Type Method Description GetOrganizationTenancyRequest
GetOrganizationTenancyRequest.Builder. build()
Build the instance of GetOrganizationTenancyRequest as configured by this builderGetOrganizationTenancyRequest
GetOrganizationTenancyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetOrganizationTenancyRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type GetOrganizationTenancyRequest Modifier and Type Method Description GetOrganizationTenancyRequest.Builder
GetOrganizationTenancyRequest.Builder. copy(GetOrganizationTenancyRequest o)
Copy method to populate the builder with values from the given instance.
-