| Package | Description |
|---|---|
| com.amazonaws.services.dlm |
|
| com.amazonaws.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLifecyclePolicyResult> |
AbstractAmazonDLMAsync.createLifecyclePolicyAsync(CreateLifecyclePolicyRequest request,
AsyncHandler<CreateLifecyclePolicyRequest,CreateLifecyclePolicyResult> asyncHandler) |
Future<CreateLifecyclePolicyResult> |
AmazonDLMAsyncClient.createLifecyclePolicyAsync(CreateLifecyclePolicyRequest request,
AsyncHandler<CreateLifecyclePolicyRequest,CreateLifecyclePolicyResult> asyncHandler) |
Future<CreateLifecyclePolicyResult> |
AmazonDLMAsync.createLifecyclePolicyAsync(CreateLifecyclePolicyRequest createLifecyclePolicyRequest,
AsyncHandler<CreateLifecyclePolicyRequest,CreateLifecyclePolicyResult> asyncHandler)
Creates an Amazon Data Lifecycle Manager lifecycle policy.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLifecyclePolicyRequest |
CreateLifecyclePolicyRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateLifecyclePolicyRequest |
CreateLifecyclePolicyRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateLifecyclePolicyRequest |
CreateLifecyclePolicyRequest.clone() |
CreateLifecyclePolicyRequest |
CreateLifecyclePolicyRequest.withCopyTags(Boolean copyTags)
[Default policies only] Indicates whether the policy should copy tags from the source resource to the
snapshot or AMI.
|
CreateLifecyclePolicyRequest |
CreateLifecyclePolicyRequest.withCreateInterval(Integer createInterval)
[Default policies only] Specifies how often the policy should run and create snapshots or AMIs.
|
CreateLifecyclePolicyRequest |
CreateLifecyclePolicyRequest.withCrossRegionCopyTargets(Collection<CrossRegionCopyTarget> crossRegionCopyTargets)
[Default policies only] Specifies destination Regions for snapshot or AMI copies.
|
CreateLifecyclePolicyRequest |
CreateLifecyclePolicyRequest.withCrossRegionCopyTargets(CrossRegionCopyTarget... crossRegionCopyTargets)
[Default policies only] Specifies destination Regions for snapshot or AMI copies.
|
CreateLifecyclePolicyRequest |
CreateLifecyclePolicyRequest.withDefaultPolicy(DefaultPolicyTypeValues defaultPolicy)
[Default policies only] Specify the type of default policy to create.
|
CreateLifecyclePolicyRequest |
CreateLifecyclePolicyRequest.withDefaultPolicy(String defaultPolicy)
[Default policies only] Specify the type of default policy to create.
|
CreateLifecyclePolicyRequest |
CreateLifecyclePolicyRequest.withDescription(String description)
A description of the lifecycle policy.
|
CreateLifecyclePolicyRequest |
CreateLifecyclePolicyRequest.withExclusions(Exclusions exclusions)
[Default policies only] Specifies exclusion parameters for volumes or instances for which you do not want
to create snapshots or AMIs.
|
CreateLifecyclePolicyRequest |
CreateLifecyclePolicyRequest.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.
|
CreateLifecyclePolicyRequest |
CreateLifecyclePolicyRequest.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.
|
CreateLifecyclePolicyRequest |
CreateLifecyclePolicyRequest.withPolicyDetails(PolicyDetails policyDetails)
The configuration details of the lifecycle policy.
|
CreateLifecyclePolicyRequest |
CreateLifecyclePolicyRequest.withRetainInterval(Integer retainInterval)
[Default policies only] Specifies how long the policy should retain snapshots or AMIs before deleting
them.
|
CreateLifecyclePolicyRequest |
CreateLifecyclePolicyRequest.withState(SettablePolicyStateValues state)
The activation state of the lifecycle policy after creation.
|
CreateLifecyclePolicyRequest |
CreateLifecyclePolicyRequest.withState(String state)
The activation state of the lifecycle policy after creation.
|
CreateLifecyclePolicyRequest |
CreateLifecyclePolicyRequest.withTags(Map<String,String> tags)
The tags to apply to the lifecycle policy during creation.
|
Copyright © 2023. All rights reserved.