Package | Description |
---|---|
com.amazonaws.services.opensearchserverless.model |
Modifier and Type | Method and Description |
---|---|
LifecyclePolicyIdentifier |
LifecyclePolicyIdentifier.clone() |
LifecyclePolicyIdentifier |
LifecyclePolicyIdentifier.withName(String name)
The name of the lifecycle policy.
|
LifecyclePolicyIdentifier |
LifecyclePolicyIdentifier.withType(LifecyclePolicyType type)
The type of lifecycle policy.
|
LifecyclePolicyIdentifier |
LifecyclePolicyIdentifier.withType(String type)
The type of lifecycle policy.
|
Modifier and Type | Method and Description |
---|---|
List<LifecyclePolicyIdentifier> |
BatchGetLifecyclePolicyRequest.getIdentifiers()
The unique identifiers of policy types and policy names.
|
Modifier and Type | Method and Description |
---|---|
BatchGetLifecyclePolicyRequest |
BatchGetLifecyclePolicyRequest.withIdentifiers(LifecyclePolicyIdentifier... identifiers)
The unique identifiers of policy types and policy names.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchGetLifecyclePolicyRequest.setIdentifiers(Collection<LifecyclePolicyIdentifier> identifiers)
The unique identifiers of policy types and policy names.
|
BatchGetLifecyclePolicyRequest |
BatchGetLifecyclePolicyRequest.withIdentifiers(Collection<LifecyclePolicyIdentifier> identifiers)
The unique identifiers of policy types and policy names.
|
Copyright © 2024. All rights reserved.