Waiter<GetApmDomainRequest,GetApmDomainResponse> |
ApmDomainWaiters.forApmDomain(GetApmDomainRequest request,
LifecycleStates... targetStates) |
Creates a new Waiter using the default configuration.
|
Waiter<GetApmDomainRequest,GetApmDomainResponse> |
ApmDomainWaiters.forApmDomain(GetApmDomainRequest request,
LifecycleStates targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy) |
Creates a new Waiter using the provided configuration.
|
Waiter<GetApmDomainRequest,GetApmDomainResponse> |
ApmDomainWaiters.forApmDomain(GetApmDomainRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleStates... targetStates) |
Creates a new Waiter using the provided configuration.
|
GetApmDomainResponse |
ApmDomain.getApmDomain(GetApmDomainRequest request) |
Gets the details of the APM domain specified by OCID.
|
Future<GetApmDomainResponse> |
ApmDomainAsync.getApmDomain(GetApmDomainRequest request,
AsyncHandler<GetApmDomainRequest,GetApmDomainResponse> handler) |
Gets the details of the APM domain specified by OCID.
|
Future<GetApmDomainResponse> |
ApmDomainAsyncClient.getApmDomain(GetApmDomainRequest request,
AsyncHandler<GetApmDomainRequest,GetApmDomainResponse> handler) |
|
GetApmDomainResponse |
ApmDomainClient.getApmDomain(GetApmDomainRequest request) |
|