| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearchserverless.model |
| Modifier and Type | Method and Description |
|---|---|
LifecyclePolicyDetail |
UpdateLifecyclePolicyResponse.lifecyclePolicyDetail()
Details about the updated lifecycle policy.
|
LifecyclePolicyDetail |
CreateLifecyclePolicyResponse.lifecyclePolicyDetail()
Details about the created lifecycle policy.
|
| Modifier and Type | Method and Description |
|---|---|
List<LifecyclePolicyDetail> |
BatchGetLifecyclePolicyResponse.lifecyclePolicyDetails()
A list of lifecycle policies matched to the input policy name and policy type.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLifecyclePolicyResponse.Builder |
UpdateLifecyclePolicyResponse.Builder.lifecyclePolicyDetail(LifecyclePolicyDetail lifecyclePolicyDetail)
Details about the updated lifecycle policy.
|
CreateLifecyclePolicyResponse.Builder |
CreateLifecyclePolicyResponse.Builder.lifecyclePolicyDetail(LifecyclePolicyDetail lifecyclePolicyDetail)
Details about the created lifecycle policy.
|
BatchGetLifecyclePolicyResponse.Builder |
BatchGetLifecyclePolicyResponse.Builder.lifecyclePolicyDetails(LifecyclePolicyDetail... lifecyclePolicyDetails)
A list of lifecycle policies matched to the input policy name and policy type.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetLifecyclePolicyResponse.Builder |
BatchGetLifecyclePolicyResponse.Builder.lifecyclePolicyDetails(Collection<LifecyclePolicyDetail> lifecyclePolicyDetails)
A list of lifecycle policies matched to the input policy name and policy type.
|
Copyright © 2023. All rights reserved.