| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<WithdrawByoipCidrResponse> |
Ec2AsyncClient.withdrawByoipCidr(Consumer<WithdrawByoipCidrRequest.Builder> withdrawByoipCidrRequest)
Stops advertising an address range that is provisioned as an address pool.
|
default WithdrawByoipCidrResponse |
Ec2Client.withdrawByoipCidr(Consumer<WithdrawByoipCidrRequest.Builder> withdrawByoipCidrRequest)
Stops advertising an address range that is provisioned as an address pool.
|
| Modifier and Type | Method and Description |
|---|---|
static WithdrawByoipCidrRequest.Builder |
WithdrawByoipCidrRequest.builder() |
WithdrawByoipCidrRequest.Builder |
WithdrawByoipCidrRequest.Builder.cidr(String cidr)
The address range, in CIDR notation.
|
WithdrawByoipCidrRequest.Builder |
WithdrawByoipCidrRequest.Builder.dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
WithdrawByoipCidrRequest.Builder |
WithdrawByoipCidrRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
WithdrawByoipCidrRequest.Builder |
WithdrawByoipCidrRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
WithdrawByoipCidrRequest.Builder |
WithdrawByoipCidrRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WithdrawByoipCidrRequest.Builder> |
WithdrawByoipCidrRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.