Uses of Class
com.oracle.bmc.identity.requests.GetDomainRequest
-
Packages that use GetDomainRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of GetDomainRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return types with arguments of type GetDomainRequest Modifier and Type Method Description Waiter<GetDomainRequest,GetDomainResponse>
IdentityWaiters. forDomain(GetDomainRequest request, Domain.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDomainRequest,GetDomainResponse>
IdentityWaiters. forDomain(GetDomainRequest request, Domain.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDomainRequest,GetDomainResponse>
IdentityWaiters. forDomain(GetDomainRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Domain.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.identity with parameters of type GetDomainRequest Modifier and Type Method Description Waiter<GetDomainRequest,GetDomainResponse>
IdentityWaiters. forDomain(GetDomainRequest request, Domain.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDomainRequest,GetDomainResponse>
IdentityWaiters. forDomain(GetDomainRequest request, Domain.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDomainRequest,GetDomainResponse>
IdentityWaiters. forDomain(GetDomainRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Domain.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetDomainResponse
Identity. getDomain(GetDomainRequest request)
(For tenancies that support identity domains) Gets the specified identity domain’s information.Future<GetDomainResponse>
IdentityAsync. getDomain(GetDomainRequest request, AsyncHandler<GetDomainRequest,GetDomainResponse> handler)
(For tenancies that support identity domains) Gets the specified identity domain’s information.Future<GetDomainResponse>
IdentityAsyncClient. getDomain(GetDomainRequest request, AsyncHandler<GetDomainRequest,GetDomainResponse> handler)
GetDomainResponse
IdentityClient. getDomain(GetDomainRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type GetDomainRequest Modifier and Type Method Description Future<GetDomainResponse>
IdentityAsync. getDomain(GetDomainRequest request, AsyncHandler<GetDomainRequest,GetDomainResponse> handler)
(For tenancies that support identity domains) Gets the specified identity domain’s information.Future<GetDomainResponse>
IdentityAsyncClient. getDomain(GetDomainRequest request, AsyncHandler<GetDomainRequest,GetDomainResponse> handler)
-
Uses of GetDomainRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.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.identity.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.
-