Uses of Class
software.amazon.awssdk.services.ec2.model.EnableImageBlockPublicAccessResponse
-
Packages that use EnableImageBlockPublicAccessResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of EnableImageBlockPublicAccessResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return EnableImageBlockPublicAccessResponse Modifier and Type Method Description default EnableImageBlockPublicAccessResponseEc2Client. enableImageBlockPublicAccess(Consumer<EnableImageBlockPublicAccessRequest.Builder> enableImageBlockPublicAccessRequest)Enables block public access for AMIs at the account level in the specified Amazon Web Services Region.default EnableImageBlockPublicAccessResponseEc2Client. 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 EnableImageBlockPublicAccessResponse Modifier and Type Method Description default CompletableFuture<EnableImageBlockPublicAccessResponse>Ec2AsyncClient. enableImageBlockPublicAccess(Consumer<EnableImageBlockPublicAccessRequest.Builder> enableImageBlockPublicAccessRequest)Enables block public access for AMIs at the account level in the specified Amazon Web Services Region.default CompletableFuture<EnableImageBlockPublicAccessResponse>Ec2AsyncClient. enableImageBlockPublicAccess(EnableImageBlockPublicAccessRequest enableImageBlockPublicAccessRequest)Enables block public access for AMIs at the account level in the specified Amazon Web Services Region.
-