Uses of Enum
software.amazon.awssdk.services.ec2.model.SnapshotBlockPublicAccessState
Packages that use SnapshotBlockPublicAccessState
-
Uses of SnapshotBlockPublicAccessState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SnapshotBlockPublicAccessStateModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.DisableSnapshotBlockPublicAccessResponse.state()Returnsunblockedif the request succeeds.EnableSnapshotBlockPublicAccessRequest.state()The mode in which to enable block public access for snapshots for the Region.EnableSnapshotBlockPublicAccessResponse.state()The state of block public access for snapshots for the account and Region.GetSnapshotBlockPublicAccessStateResponse.state()The current state of block public access for snapshots.Returns the enum constant of this type with the specified name.static SnapshotBlockPublicAccessState[]SnapshotBlockPublicAccessState.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 SnapshotBlockPublicAccessStateModifier and TypeMethodDescriptionstatic Set<SnapshotBlockPublicAccessState>SnapshotBlockPublicAccessState.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type SnapshotBlockPublicAccessStateModifier and TypeMethodDescriptionDisableSnapshotBlockPublicAccessResponse.Builder.state(SnapshotBlockPublicAccessState state) Returnsunblockedif the request succeeds.EnableSnapshotBlockPublicAccessRequest.Builder.state(SnapshotBlockPublicAccessState state) The mode in which to enable block public access for snapshots for the Region.EnableSnapshotBlockPublicAccessResponse.Builder.state(SnapshotBlockPublicAccessState state) The state of block public access for snapshots for the account and Region.GetSnapshotBlockPublicAccessStateResponse.Builder.state(SnapshotBlockPublicAccessState state) The current state of block public access for snapshots.