Uses of Class
software.amazon.awssdk.services.ec2.model.EnableImageBlockPublicAccessResponse
Packages that use EnableImageBlockPublicAccessResponse
-
Uses of EnableImageBlockPublicAccessResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return EnableImageBlockPublicAccessResponseModifier and TypeMethodDescriptionEc2Client.enableImageBlockPublicAccess(Consumer<EnableImageBlockPublicAccessRequest.Builder> enableImageBlockPublicAccessRequest) Enables block public access for AMIs at the account level in the specified Amazon Web Services Region.Ec2Client.enableImageBlockPublicAccess(EnableImageBlockPublicAccessRequest enableImageBlockPublicAccessRequest) Enables block public access for AMIs at the account level in the specified Amazon Web Services Region.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type EnableImageBlockPublicAccessResponseModifier and TypeMethodDescriptionEc2AsyncClient.enableImageBlockPublicAccess(Consumer<EnableImageBlockPublicAccessRequest.Builder> enableImageBlockPublicAccessRequest) Enables block public access for AMIs at the account level in the specified Amazon Web Services Region.Ec2AsyncClient.enableImageBlockPublicAccess(EnableImageBlockPublicAccessRequest enableImageBlockPublicAccessRequest) Enables block public access for AMIs at the account level in the specified Amazon Web Services Region.