Uses of Interface
software.amazon.awssdk.services.ec2.model.WithdrawByoipCidrRequest.Builder
-
Packages that use WithdrawByoipCidrRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of WithdrawByoipCidrRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type WithdrawByoipCidrRequest.Builder Modifier and Type Method Description default CompletableFuture<WithdrawByoipCidrResponse>Ec2AsyncClient. withdrawByoipCidr(Consumer<WithdrawByoipCidrRequest.Builder> withdrawByoipCidrRequest)Stops advertising an address range that is provisioned as an address pool.default WithdrawByoipCidrResponseEc2Client. withdrawByoipCidr(Consumer<WithdrawByoipCidrRequest.Builder> withdrawByoipCidrRequest)Stops advertising an address range that is provisioned as an address pool. -
Uses of WithdrawByoipCidrRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return WithdrawByoipCidrRequest.Builder Modifier and Type Method Description static WithdrawByoipCidrRequest.BuilderWithdrawByoipCidrRequest. builder()WithdrawByoipCidrRequest.BuilderWithdrawByoipCidrRequest.Builder. cidr(String cidr)The address range, in CIDR notation.WithdrawByoipCidrRequest.BuilderWithdrawByoipCidrRequest.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.BuilderWithdrawByoipCidrRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)WithdrawByoipCidrRequest.BuilderWithdrawByoipCidrRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)WithdrawByoipCidrRequest.BuilderWithdrawByoipCidrRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type WithdrawByoipCidrRequest.Builder Modifier and Type Method Description static Class<? extends WithdrawByoipCidrRequest.Builder>WithdrawByoipCidrRequest. serializableBuilderClass()
-