| Package | Description |
|---|---|
| com.amazonaws.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyDetails |
PolicyDetails.clone() |
PolicyDetails |
CreateLifecyclePolicyRequest.getPolicyDetails()
The configuration details of the lifecycle policy.
|
PolicyDetails |
UpdateLifecyclePolicyRequest.getPolicyDetails()
The configuration of the lifecycle policy.
|
PolicyDetails |
LifecyclePolicy.getPolicyDetails()
The configuration of the lifecycle policy
|
PolicyDetails |
PolicyDetails.withActions(Action... actions)
[Event-based policies only] The actions to be performed when the event-based policy is activated.
|
PolicyDetails |
PolicyDetails.withActions(Collection<Action> actions)
[Event-based policies only] The actions to be performed when the event-based policy is activated.
|
PolicyDetails |
PolicyDetails.withEventSource(EventSource eventSource)
[Event-based policies only] The event that activates the event-based policy.
|
PolicyDetails |
PolicyDetails.withParameters(Parameters parameters)
[Snapshot and AMI policies only] A set of optional parameters for snapshot and AMI lifecycle policies.
|
PolicyDetails |
PolicyDetails.withPolicyType(PolicyTypeValues policyType)
[All policy types] The valid target resource types and actions a policy can manage.
|
PolicyDetails |
PolicyDetails.withPolicyType(String policyType)
[All policy types] The valid target resource types and actions a policy can manage.
|
PolicyDetails |
PolicyDetails.withResourceLocations(Collection<String> resourceLocations)
[Snapshot and AMI policies only] The location of the resources to backup.
|
PolicyDetails |
PolicyDetails.withResourceLocations(ResourceLocationValues... resourceLocations)
[Snapshot and AMI policies only] The location of the resources to backup.
|
PolicyDetails |
PolicyDetails.withResourceLocations(String... resourceLocations)
[Snapshot and AMI policies only] The location of the resources to backup.
|
PolicyDetails |
PolicyDetails.withResourceTypes(Collection<String> resourceTypes)
[Snapshot policies only] The target resource type for snapshot and AMI lifecycle policies.
|
PolicyDetails |
PolicyDetails.withResourceTypes(ResourceTypeValues... resourceTypes)
[Snapshot policies only] The target resource type for snapshot and AMI lifecycle policies.
|
PolicyDetails |
PolicyDetails.withResourceTypes(String... resourceTypes)
[Snapshot policies only] The target resource type for snapshot and AMI lifecycle policies.
|
PolicyDetails |
PolicyDetails.withSchedules(Collection<Schedule> schedules)
[Snapshot and AMI policies only] The schedules of policy-defined actions for snapshot and AMI lifecycle
policies.
|
PolicyDetails |
PolicyDetails.withSchedules(Schedule... schedules)
[Snapshot and AMI policies only] The schedules of policy-defined actions for snapshot and AMI lifecycle
policies.
|
PolicyDetails |
PolicyDetails.withTargetTags(Collection<Tag> targetTags)
[Snapshot and AMI policies only] The single tag that identifies targeted resources for this policy.
|
PolicyDetails |
PolicyDetails.withTargetTags(Tag... targetTags)
[Snapshot and AMI policies only] The single tag that identifies targeted resources for this policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateLifecyclePolicyRequest.setPolicyDetails(PolicyDetails policyDetails)
The configuration details of the lifecycle policy.
|
void |
UpdateLifecyclePolicyRequest.setPolicyDetails(PolicyDetails policyDetails)
The configuration of the lifecycle policy.
|
void |
LifecyclePolicy.setPolicyDetails(PolicyDetails policyDetails)
The configuration of the lifecycle policy
|
CreateLifecyclePolicyRequest |
CreateLifecyclePolicyRequest.withPolicyDetails(PolicyDetails policyDetails)
The configuration details of the lifecycle policy.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withPolicyDetails(PolicyDetails policyDetails)
The configuration of the lifecycle policy.
|
LifecyclePolicy |
LifecyclePolicy.withPolicyDetails(PolicyDetails policyDetails)
The configuration of the lifecycle policy
|
Copyright © 2023. All rights reserved.