Uses of Class
software.amazon.awssdk.services.dlm.model.ResourceLocationValues
-
Packages that use ResourceLocationValues Package Description software.amazon.awssdk.services.dlm.model -
-
Uses of ResourceLocationValues in software.amazon.awssdk.services.dlm.model
Methods in software.amazon.awssdk.services.dlm.model that return ResourceLocationValues Modifier and Type Method Description static ResourceLocationValuesResourceLocationValues. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ResourceLocationValuesResourceLocationValues. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceLocationValues[]ResourceLocationValues. 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 ResourceLocationValues Modifier and Type Method Description static Set<ResourceLocationValues>ResourceLocationValues. knownValues()List<ResourceLocationValues>PolicyDetails. resourceLocations()[Snapshot and AMI policies only] The location of the resources to backup.Methods in software.amazon.awssdk.services.dlm.model with parameters of type ResourceLocationValues Modifier and Type Method Description PolicyDetails.BuilderPolicyDetails.Builder. resourceLocations(ResourceLocationValues... resourceLocations)[Snapshot and AMI policies only] The location of the resources to backup.Method parameters in software.amazon.awssdk.services.dlm.model with type arguments of type ResourceLocationValues Modifier and Type Method Description PolicyDetails.BuilderPolicyDetails.Builder. resourceLocations(Collection<ResourceLocationValues> resourceLocations)[Snapshot and AMI policies only] The location of the resources to backup.
-