| Package | Description |
|---|---|
| com.amazonaws.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyDetails |
PolicyDetails.clone() |
PolicyDetails |
UpdateLifecyclePolicyRequest.getPolicyDetails()
The configuration of the lifecycle policy.
|
PolicyDetails |
CreateLifecyclePolicyRequest.getPolicyDetails()
The configuration details of the lifecycle policy.
|
PolicyDetails |
LifecyclePolicy.getPolicyDetails()
The configuration of the lifecycle policy
|
PolicyDetails |
PolicyDetails.withParameters(Parameters parameters)
A set of optional parameters for the policy.
|
PolicyDetails |
PolicyDetails.withPolicyType(PolicyTypeValues policyType)
The valid target resource types and actions a policy can manage.
|
PolicyDetails |
PolicyDetails.withPolicyType(String policyType)
The valid target resource types and actions a policy can manage.
|
PolicyDetails |
PolicyDetails.withResourceTypes(Collection<String> resourceTypes)
The resource type.
|
PolicyDetails |
PolicyDetails.withResourceTypes(ResourceTypeValues... resourceTypes)
The resource type.
|
PolicyDetails |
PolicyDetails.withResourceTypes(String... resourceTypes)
The resource type.
|
PolicyDetails |
PolicyDetails.withSchedules(Collection<Schedule> schedules)
The schedules of policy-defined actions.
|
PolicyDetails |
PolicyDetails.withSchedules(Schedule... schedules)
The schedules of policy-defined actions.
|
PolicyDetails |
PolicyDetails.withTargetTags(Collection<Tag> targetTags)
The single tag that identifies targeted resources for this policy.
|
PolicyDetails |
PolicyDetails.withTargetTags(Tag... targetTags)
The single tag that identifies targeted resources for this policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateLifecyclePolicyRequest.setPolicyDetails(PolicyDetails policyDetails)
The configuration of the lifecycle policy.
|
void |
CreateLifecyclePolicyRequest.setPolicyDetails(PolicyDetails policyDetails)
The configuration details of the lifecycle policy.
|
void |
LifecyclePolicy.setPolicyDetails(PolicyDetails policyDetails)
The configuration of the lifecycle policy
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withPolicyDetails(PolicyDetails policyDetails)
The configuration of the lifecycle policy.
|
CreateLifecyclePolicyRequest |
CreateLifecyclePolicyRequest.withPolicyDetails(PolicyDetails policyDetails)
The configuration details of the lifecycle policy.
|
LifecyclePolicy |
LifecyclePolicy.withPolicyDetails(PolicyDetails policyDetails)
The configuration of the lifecycle policy
|
Copyright © 2020. All rights reserved.