| Package | Description |
|---|---|
| com.amazonaws.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
LifecyclePolicy |
LifecyclePolicy.addTagsEntry(String key,
String value)
Add a single Tags entry
|
LifecyclePolicy |
LifecyclePolicy.clearTagsEntries()
Removes all the entries added into Tags.
|
LifecyclePolicy |
LifecyclePolicy.clone() |
LifecyclePolicy |
GetLifecyclePolicyResult.getPolicy()
Detailed information about the lifecycle policy.
|
LifecyclePolicy |
LifecyclePolicy.withDateCreated(Date dateCreated)
The local date and time when the lifecycle policy was created.
|
LifecyclePolicy |
LifecyclePolicy.withDateModified(Date dateModified)
The local date and time when the lifecycle policy was last modified.
|
LifecyclePolicy |
LifecyclePolicy.withDefaultPolicy(Boolean defaultPolicy)
[Default policies only] The type of default policy.
|
LifecyclePolicy |
LifecyclePolicy.withDescription(String description)
The description of the lifecycle policy.
|
LifecyclePolicy |
LifecyclePolicy.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.
|
LifecyclePolicy |
LifecyclePolicy.withPolicyArn(String policyArn)
The Amazon Resource Name (ARN) of the policy.
|
LifecyclePolicy |
LifecyclePolicy.withPolicyDetails(PolicyDetails policyDetails)
The configuration of the lifecycle policy
|
LifecyclePolicy |
LifecyclePolicy.withPolicyId(String policyId)
The identifier of the lifecycle policy.
|
LifecyclePolicy |
LifecyclePolicy.withState(GettablePolicyStateValues state)
The activation state of the lifecycle policy.
|
LifecyclePolicy |
LifecyclePolicy.withState(String state)
The activation state of the lifecycle policy.
|
LifecyclePolicy |
LifecyclePolicy.withStatusMessage(String statusMessage)
The description of the status.
|
LifecyclePolicy |
LifecyclePolicy.withTags(Map<String,String> tags)
The tags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetLifecyclePolicyResult.setPolicy(LifecyclePolicy policy)
Detailed information about the lifecycle policy.
|
GetLifecyclePolicyResult |
GetLifecyclePolicyResult.withPolicy(LifecyclePolicy policy)
Detailed information about the lifecycle policy.
|
Copyright © 2023. All rights reserved.