Package | Description |
---|---|
com.oracle.bmc.apmcontrolplane | |
com.oracle.bmc.apmcontrolplane.model | |
com.oracle.bmc.apmcontrolplane.requests |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static LifecycleStates |
LifecycleStates.create(String key) |
LifecycleStates |
BaseDomainDetails.getLifecycleState()
The current lifecycle state of the APM domain.
|
LifecycleStates |
ApmDomainSummary.getLifecycleState()
The current lifecycle state of the APM domain.
|
LifecycleStates |
ApmDomain.getLifecycleState()
The current lifecycle state of the APM domain.
|
static LifecycleStates |
LifecycleStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleStates[] |
LifecycleStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BaseDomainDetails.Builder |
BaseDomainDetails.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the APM domain.
|
ApmDomainSummary.Builder |
ApmDomainSummary.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the APM domain.
|
ApmDomain.Builder |
ApmDomain.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the APM domain.
|
Constructor and Description |
---|
ApmDomain(String dataUploadEndpoint,
String id,
String displayName,
String description,
String compartmentId,
LifecycleStates lifecycleState,
Boolean isFreeTier,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
ApmDomainSummary(String id,
String displayName,
String description,
String compartmentId,
LifecycleStates lifecycleState,
Boolean isFreeTier,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
BaseDomainDetails(String id,
String displayName,
String description,
String compartmentId,
LifecycleStates lifecycleState,
Boolean isFreeTier,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LifecycleStates |
ListApmDomainsRequest.getLifecycleState()
A filter to return only resources that match the given life-cycle state.
|
Modifier and Type | Method and Description |
---|---|
ListApmDomainsRequest.Builder |
ListApmDomainsRequest.Builder.lifecycleState(LifecycleStates lifecycleState)
A filter to return only resources that match the given life-cycle state.
|
Copyright © 2016–2024. All rights reserved.