Uses of Class
software.amazon.awssdk.services.ec2.model.DisableImageBlockPublicAccessResponse
Packages that use DisableImageBlockPublicAccessResponse
-
Uses of DisableImageBlockPublicAccessResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DisableImageBlockPublicAccessResponseModifier and TypeMethodDescriptionEc2Client.disableImageBlockPublicAccess(Consumer<DisableImageBlockPublicAccessRequest.Builder> disableImageBlockPublicAccessRequest) Disables block public access for AMIs at the account level in the specified Amazon Web Services Region.Ec2Client.disableImageBlockPublicAccess(DisableImageBlockPublicAccessRequest disableImageBlockPublicAccessRequest) Disables 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 DisableImageBlockPublicAccessResponseModifier and TypeMethodDescriptionEc2AsyncClient.disableImageBlockPublicAccess(Consumer<DisableImageBlockPublicAccessRequest.Builder> disableImageBlockPublicAccessRequest) Disables block public access for AMIs at the account level in the specified Amazon Web Services Region.Ec2AsyncClient.disableImageBlockPublicAccess(DisableImageBlockPublicAccessRequest disableImageBlockPublicAccessRequest) Disables block public access for AMIs at the account level in the specified Amazon Web Services Region.