Uses of Class
software.amazon.awssdk.services.ec2.model.EnableSnapshotBlockPublicAccessResponse
Packages that use EnableSnapshotBlockPublicAccessResponse
-
Uses of EnableSnapshotBlockPublicAccessResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return EnableSnapshotBlockPublicAccessResponseModifier and TypeMethodDescriptionEc2Client.enableSnapshotBlockPublicAccess(Consumer<EnableSnapshotBlockPublicAccessRequest.Builder> enableSnapshotBlockPublicAccessRequest) Enables or modifies the block public access for snapshots setting at the account level for the specified Amazon Web Services Region.Ec2Client.enableSnapshotBlockPublicAccess(EnableSnapshotBlockPublicAccessRequest enableSnapshotBlockPublicAccessRequest) Enables or modifies the block public access for snapshots setting at the account level for the specified Amazon Web Services Region.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type EnableSnapshotBlockPublicAccessResponseModifier and TypeMethodDescriptionEc2AsyncClient.enableSnapshotBlockPublicAccess(Consumer<EnableSnapshotBlockPublicAccessRequest.Builder> enableSnapshotBlockPublicAccessRequest) Enables or modifies the block public access for snapshots setting at the account level for the specified Amazon Web Services Region.Ec2AsyncClient.enableSnapshotBlockPublicAccess(EnableSnapshotBlockPublicAccessRequest enableSnapshotBlockPublicAccessRequest) Enables or modifies the block public access for snapshots setting at the account level for the specified Amazon Web Services Region.