Uses of Interface
software.amazon.awssdk.services.ec2.model.CreatePublicIpv4PoolRequest.Builder
Packages that use CreatePublicIpv4PoolRequest.Builder
Package
Description
-
Uses of CreatePublicIpv4PoolRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreatePublicIpv4PoolRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createPublicIpv4Pool(Consumer<CreatePublicIpv4PoolRequest.Builder> createPublicIpv4PoolRequest) Creates a public IPv4 address pool.default CreatePublicIpv4PoolResponseEc2Client.createPublicIpv4Pool(Consumer<CreatePublicIpv4PoolRequest.Builder> createPublicIpv4PoolRequest) Creates a public IPv4 address pool. -
Uses of CreatePublicIpv4PoolRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreatePublicIpv4PoolRequest.BuilderModifier and TypeMethodDescriptionCreatePublicIpv4PoolRequest.builder()A check for whether you have the required permissions for the action without actually making the request and provides an error response.CreatePublicIpv4PoolRequest.Builder.networkBorderGroup(String networkBorderGroup) The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in.CreatePublicIpv4PoolRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreatePublicIpv4PoolRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreatePublicIpv4PoolRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The key/value combination of a tag assigned to the resource.CreatePublicIpv4PoolRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The key/value combination of a tag assigned to the resource.CreatePublicIpv4PoolRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The key/value combination of a tag assigned to the resource.CreatePublicIpv4PoolRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreatePublicIpv4PoolRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreatePublicIpv4PoolRequest.Builder>CreatePublicIpv4PoolRequest.serializableBuilderClass()