Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.GetDomainRequest
-
Packages that use GetDomainRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of GetDomainRequest in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type GetDomainRequest Modifier and Type Method Description Waiter<GetDomainRequest,GetDomainResponse>
DomainWaiters. forDomain(GetDomainRequest request, Domain.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDomainRequest,GetDomainResponse>
DomainWaiters. forDomain(GetDomainRequest request, Domain.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDomainRequest,GetDomainResponse>
DomainWaiters. forDomain(GetDomainRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Domain.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type GetDomainRequest Modifier and Type Method Description Future<GetDomainResponse>
DomainAsync. getDomain(GetDomainRequest request, AsyncHandler<GetDomainRequest,GetDomainResponse> handler)
Gets information about the domain.Future<GetDomainResponse>
DomainAsyncClient. getDomain(GetDomainRequest request, AsyncHandler<GetDomainRequest,GetDomainResponse> handler)
-
Uses of GetDomainRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return GetDomainRequest Modifier and Type Method Description GetDomainRequest
GetDomainRequest.Builder. build()
Build the instance of GetDomainRequest as configured by this builderGetDomainRequest
GetDomainRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDomainRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type GetDomainRequest Modifier and Type Method Description GetDomainRequest.Builder
GetDomainRequest.Builder. copy(GetDomainRequest o)
Copy method to populate the builder with values from the given instance.
-