Uses of Interface
software.amazon.awssdk.services.ec2.model.AllocateIpamPoolCidrResponse.Builder
-
Packages that use AllocateIpamPoolCidrResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of AllocateIpamPoolCidrResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AllocateIpamPoolCidrResponse.Builder Modifier and Type Method Description static AllocateIpamPoolCidrResponse.BuilderAllocateIpamPoolCidrResponse. builder()default AllocateIpamPoolCidrResponse.BuilderAllocateIpamPoolCidrResponse.Builder. ipamPoolAllocation(Consumer<IpamPoolAllocation.Builder> ipamPoolAllocation)Information about the allocation created.AllocateIpamPoolCidrResponse.BuilderAllocateIpamPoolCidrResponse.Builder. ipamPoolAllocation(IpamPoolAllocation ipamPoolAllocation)Information about the allocation created.AllocateIpamPoolCidrResponse.BuilderAllocateIpamPoolCidrResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AllocateIpamPoolCidrResponse.Builder Modifier and Type Method Description static Class<? extends AllocateIpamPoolCidrResponse.Builder>AllocateIpamPoolCidrResponse. serializableBuilderClass()
-