Package | Description |
---|---|
software.amazon.awssdk.services.ec2 |
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.