Uses of Interface
software.amazon.awssdk.services.globalaccelerator.model.WithdrawByoipCidrRequest.Builder
-
Packages that use WithdrawByoipCidrRequest.Builder Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of WithdrawByoipCidrRequest.Builder in software.amazon.awssdk.services.globalaccelerator
Method parameters in software.amazon.awssdk.services.globalaccelerator with type arguments of type WithdrawByoipCidrRequest.Builder Modifier and Type Method Description default CompletableFuture<WithdrawByoipCidrResponse>GlobalAcceleratorAsyncClient. withdrawByoipCidr(Consumer<WithdrawByoipCidrRequest.Builder> withdrawByoipCidrRequest)Stops advertising an address range that is provisioned as an address pool.default WithdrawByoipCidrResponseGlobalAcceleratorClient. 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.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.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. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)WithdrawByoipCidrRequest.BuilderWithdrawByoipCidrRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)WithdrawByoipCidrRequest.BuilderWithdrawByoipCidrRequest. toBuilder()Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type WithdrawByoipCidrRequest.Builder Modifier and Type Method Description static Class<? extends WithdrawByoipCidrRequest.Builder>WithdrawByoipCidrRequest. serializableBuilderClass()
-