Uses of Class
software.amazon.awssdk.services.ec2.model.GetImageBlockPublicAccessStateResponse
Packages that use GetImageBlockPublicAccessStateResponse
-
Uses of GetImageBlockPublicAccessStateResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetImageBlockPublicAccessStateResponseModifier and TypeMethodDescriptionEc2Client.getImageBlockPublicAccessState(Consumer<GetImageBlockPublicAccessStateRequest.Builder> getImageBlockPublicAccessStateRequest) Gets the current state of block public access for AMIs at the account level in the specified Amazon Web Services Region.Ec2Client.getImageBlockPublicAccessState(GetImageBlockPublicAccessStateRequest getImageBlockPublicAccessStateRequest) Gets the current state of 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 GetImageBlockPublicAccessStateResponseModifier and TypeMethodDescriptionEc2AsyncClient.getImageBlockPublicAccessState(Consumer<GetImageBlockPublicAccessStateRequest.Builder> getImageBlockPublicAccessStateRequest) Gets the current state of block public access for AMIs at the account level in the specified Amazon Web Services Region.Ec2AsyncClient.getImageBlockPublicAccessState(GetImageBlockPublicAccessStateRequest getImageBlockPublicAccessStateRequest) Gets the current state of block public access for AMIs at the account level in the specified Amazon Web Services Region.