Uses of Enum
software.amazon.awssdk.services.ec2.model.SnapshotAttributeName
Packages that use SnapshotAttributeName
-
Uses of SnapshotAttributeName in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SnapshotAttributeNameModifier and TypeMethodDescriptionfinal SnapshotAttributeNameDescribeSnapshotAttributeRequest.attribute()The snapshot attribute you would like to view.final SnapshotAttributeNameModifySnapshotAttributeRequest.attribute()The snapshot attribute to modify.final SnapshotAttributeNameResetSnapshotAttributeRequest.attribute()The attribute to reset.static SnapshotAttributeNameUse this in place of valueOf to convert the raw string returned by the service into the enum value.static SnapshotAttributeNameReturns 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 SnapshotAttributeNameModifier and TypeMethodDescriptionstatic Set<SnapshotAttributeName>SnapshotAttributeName.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type SnapshotAttributeNameModifier and TypeMethodDescriptionDescribeSnapshotAttributeRequest.Builder.attribute(SnapshotAttributeName attribute) The snapshot attribute you would like to view.ModifySnapshotAttributeRequest.Builder.attribute(SnapshotAttributeName attribute) The snapshot attribute to modify.ResetSnapshotAttributeRequest.Builder.attribute(SnapshotAttributeName attribute) The attribute to reset.