Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.responses.GetOrganizationTenancyResponse
-
Packages that use GetOrganizationTenancyResponse Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of GetOrganizationTenancyResponse in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return GetOrganizationTenancyResponse Modifier and Type Method Description GetOrganizationTenancyResponse
Organization. getOrganizationTenancy(GetOrganizationTenancyRequest request)
Gets information about the organization’s tenancy.GetOrganizationTenancyResponse
OrganizationClient. getOrganizationTenancy(GetOrganizationTenancyRequest request)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type GetOrganizationTenancyResponse 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 GetOrganizationTenancyResponse in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return GetOrganizationTenancyResponse Modifier and Type Method Description GetOrganizationTenancyResponse
GetOrganizationTenancyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type GetOrganizationTenancyResponse Modifier and Type Method Description GetOrganizationTenancyResponse.Builder
GetOrganizationTenancyResponse.Builder. copy(GetOrganizationTenancyResponse o)
Copy method to populate the builder with values from the given instance.
-