Uses of Class
software.amazon.awssdk.services.dlm.model.ResourceTypeValues
-
Packages that use ResourceTypeValues Package Description software.amazon.awssdk.services.dlm.model -
-
Uses of ResourceTypeValues in software.amazon.awssdk.services.dlm.model
Methods in software.amazon.awssdk.services.dlm.model that return ResourceTypeValues Modifier and Type Method Description static ResourceTypeValuesResourceTypeValues. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ResourceTypeValuesResourceTypeValues. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceTypeValues[]ResourceTypeValues. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.dlm.model that return types with arguments of type ResourceTypeValues Modifier and Type Method Description static Set<ResourceTypeValues>ResourceTypeValues. knownValues()List<ResourceTypeValues>GetLifecyclePoliciesRequest. resourceTypes()The resource type.List<ResourceTypeValues>PolicyDetails. resourceTypes()[Snapshot policies only] The target resource type for snapshot and AMI lifecycle policies.Methods in software.amazon.awssdk.services.dlm.model with parameters of type ResourceTypeValues Modifier and Type Method Description GetLifecyclePoliciesRequest.BuilderGetLifecyclePoliciesRequest.Builder. resourceTypes(ResourceTypeValues... resourceTypes)The resource type.PolicyDetails.BuilderPolicyDetails.Builder. resourceTypes(ResourceTypeValues... resourceTypes)[Snapshot policies only] The target resource type for snapshot and AMI lifecycle policies.Method parameters in software.amazon.awssdk.services.dlm.model with type arguments of type ResourceTypeValues Modifier and Type Method Description GetLifecyclePoliciesRequest.BuilderGetLifecyclePoliciesRequest.Builder. resourceTypes(Collection<ResourceTypeValues> resourceTypes)The resource type.PolicyDetails.BuilderPolicyDetails.Builder. resourceTypes(Collection<ResourceTypeValues> resourceTypes)[Snapshot policies only] The target resource type for snapshot and AMI lifecycle policies.
-