Uses of Class
software.amazon.awssdk.services.ec2.model.SnapshotAttributeName
-
Packages that use SnapshotAttributeName Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of SnapshotAttributeName in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SnapshotAttributeName Modifier and Type Method Description SnapshotAttributeNameDescribeSnapshotAttributeRequest. attribute()The snapshot attribute you would like to view.SnapshotAttributeNameModifySnapshotAttributeRequest. attribute()The snapshot attribute to modify.SnapshotAttributeNameResetSnapshotAttributeRequest. attribute()The attribute to reset.static SnapshotAttributeNameSnapshotAttributeName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SnapshotAttributeNameSnapshotAttributeName. valueOf(String name)Returns the enum constant of this type with the specified name.static SnapshotAttributeName[]SnapshotAttributeName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SnapshotAttributeName Modifier and Type Method Description static Set<SnapshotAttributeName>SnapshotAttributeName. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type SnapshotAttributeName Modifier and Type Method Description DescribeSnapshotAttributeRequest.BuilderDescribeSnapshotAttributeRequest.Builder. attribute(SnapshotAttributeName attribute)The snapshot attribute you would like to view.ModifySnapshotAttributeRequest.BuilderModifySnapshotAttributeRequest.Builder. attribute(SnapshotAttributeName attribute)The snapshot attribute to modify.ResetSnapshotAttributeRequest.BuilderResetSnapshotAttributeRequest.Builder. attribute(SnapshotAttributeName attribute)The attribute to reset.
-