Package | Description |
---|---|
com.oracle.bmc.certificatesmanagement | |
com.oracle.bmc.certificatesmanagement.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetAssociationRequest,GetAssociationResponse> |
CertificatesManagementWaiters.forAssociation(GetAssociationRequest request,
AssociationLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetAssociationRequest,GetAssociationResponse> |
CertificatesManagementWaiters.forAssociation(GetAssociationRequest request,
AssociationLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetAssociationRequest,GetAssociationResponse> |
CertificatesManagementWaiters.forAssociation(GetAssociationRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
AssociationLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static AssociationLifecycleState |
AssociationLifecycleState.create(String key) |
AssociationLifecycleState |
AssociationSummary.getLifecycleState()
The current lifecycle state of the association.
|
AssociationLifecycleState |
Association.getLifecycleState()
The current lifecycle state of the association.
|
static AssociationLifecycleState |
AssociationLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociationLifecycleState[] |
AssociationLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AssociationSummary.Builder |
AssociationSummary.Builder.lifecycleState(AssociationLifecycleState lifecycleState)
The current lifecycle state of the association.
|
Association.Builder |
Association.Builder.lifecycleState(AssociationLifecycleState lifecycleState)
The current lifecycle state of the association.
|
Constructor and Description |
---|
Association(String id,
String name,
Date timeCreated,
AssociationLifecycleState lifecycleState,
String certificatesResourceId,
String associatedResourceId,
String compartmentId,
AssociationType associationType)
Deprecated.
|
AssociationSummary(String id,
String name,
Date timeCreated,
AssociationLifecycleState lifecycleState,
String certificatesResourceId,
String associatedResourceId,
String compartmentId,
AssociationType associationType)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.