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.ResourceTypeValuesPolicyDetails. resourceType()[Default policies only] Specify the type of default policy to create.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()[Custom 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 PolicyDetails.BuilderPolicyDetails.Builder. resourceType(ResourceTypeValues resourceType)[Default policies only] Specify the type of default policy to create.GetLifecyclePoliciesRequest.BuilderGetLifecyclePoliciesRequest.Builder. resourceTypes(ResourceTypeValues... resourceTypes)The resource type.PolicyDetails.BuilderPolicyDetails.Builder. resourceTypes(ResourceTypeValues... resourceTypes)[Custom 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)[Custom snapshot policies only] The target resource type for snapshot and AMI lifecycle policies.
-