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