Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.responses.GetOrganizationResponse
-
Packages that use GetOrganizationResponse Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of GetOrganizationResponse in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return GetOrganizationResponse Modifier and Type Method Description GetOrganizationResponse
Organization. getOrganization(GetOrganizationRequest request)
Gets information about the organization.GetOrganizationResponse
OrganizationClient. getOrganization(GetOrganizationRequest request)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type GetOrganizationResponse Modifier and Type Method Description Future<GetOrganizationResponse>
OrganizationAsync. getOrganization(GetOrganizationRequest request, AsyncHandler<GetOrganizationRequest,GetOrganizationResponse> handler)
Gets information about the organization.Future<GetOrganizationResponse>
OrganizationAsyncClient. getOrganization(GetOrganizationRequest request, AsyncHandler<GetOrganizationRequest,GetOrganizationResponse> handler)
-
Uses of GetOrganizationResponse in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return GetOrganizationResponse Modifier and Type Method Description GetOrganizationResponse
GetOrganizationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type GetOrganizationResponse Modifier and Type Method Description GetOrganizationResponse.Builder
GetOrganizationResponse.Builder. copy(GetOrganizationResponse o)
Copy method to populate the builder with values from the given instance.
-