Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.GetOrganizationRequest
-
Packages that use GetOrganizationRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of GetOrganizationRequest in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type GetOrganizationRequest Modifier and Type Method Description Waiter<GetOrganizationRequest,GetOrganizationResponse>
OrganizationWaiters. forOrganization(GetOrganizationRequest request, Organization.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetOrganizationRequest,GetOrganizationResponse>
OrganizationWaiters. forOrganization(GetOrganizationRequest request, Organization.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetOrganizationRequest,GetOrganizationResponse>
OrganizationWaiters. forOrganization(GetOrganizationRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Organization.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type GetOrganizationRequest 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 GetOrganizationRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return GetOrganizationRequest Modifier and Type Method Description GetOrganizationRequest
GetOrganizationRequest.Builder. build()
Build the instance of GetOrganizationRequest as configured by this builderGetOrganizationRequest
GetOrganizationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetOrganizationRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type GetOrganizationRequest Modifier and Type Method Description GetOrganizationRequest.Builder
GetOrganizationRequest.Builder. copy(GetOrganizationRequest o)
Copy method to populate the builder with values from the given instance.
-