| Package | Description |
|---|---|
| com.amazonaws.services.dlm |
|
| com.amazonaws.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLifecyclePolicyResult> |
AbstractAmazonDLMAsync.updateLifecyclePolicyAsync(UpdateLifecyclePolicyRequest request,
AsyncHandler<UpdateLifecyclePolicyRequest,UpdateLifecyclePolicyResult> asyncHandler) |
Future<UpdateLifecyclePolicyResult> |
AmazonDLMAsyncClient.updateLifecyclePolicyAsync(UpdateLifecyclePolicyRequest request,
AsyncHandler<UpdateLifecyclePolicyRequest,UpdateLifecyclePolicyResult> asyncHandler) |
Future<UpdateLifecyclePolicyResult> |
AmazonDLMAsync.updateLifecyclePolicyAsync(UpdateLifecyclePolicyRequest updateLifecyclePolicyRequest,
AsyncHandler<UpdateLifecyclePolicyRequest,UpdateLifecyclePolicyResult> asyncHandler)
Updates the specified lifecycle policy.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.clone() |
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withCopyTags(Boolean copyTags)
[Default policies only] Indicates whether the policy should copy tags from the source resource to the
snapshot or AMI.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withCreateInterval(Integer createInterval)
[Default policies only] Specifies how often the policy should run and create snapshots or AMIs.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withCrossRegionCopyTargets(Collection<CrossRegionCopyTarget> crossRegionCopyTargets)
[Default policies only] Specifies destination Regions for snapshot or AMI copies.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withCrossRegionCopyTargets(CrossRegionCopyTarget... crossRegionCopyTargets)
[Default policies only] Specifies destination Regions for snapshot or AMI copies.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withDescription(String description)
A description of the lifecycle policy.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withExclusions(Exclusions exclusions)
[Default policies only] Specifies exclusion parameters for volumes or instances for which you do not want
to create snapshots or AMIs.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withExtendDeletion(Boolean extendDeletion)
[Default policies only] Defines the snapshot or AMI retention behavior for the policy if the source volume
or instance is deleted, or if the policy enters the error, disabled, or deleted state.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withPolicyDetails(PolicyDetails policyDetails)
The configuration of the lifecycle policy.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withPolicyId(String policyId)
The identifier of the lifecycle policy.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withRetainInterval(Integer retainInterval)
[Default policies only] Specifies how long the policy should retain snapshots or AMIs before deleting
them.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withState(SettablePolicyStateValues state)
The desired activation state of the lifecycle policy after creation.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withState(String state)
The desired activation state of the lifecycle policy after creation.
|
Copyright © 2023. All rights reserved.