Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateSecondarySubnetResponse.Builder
Packages that use CreateSecondarySubnetResponse.Builder
-
Uses of CreateSecondarySubnetResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateSecondarySubnetResponse.BuilderModifier and TypeMethodDescriptionCreateSecondarySubnetResponse.builder()CreateSecondarySubnetResponse.Builder.clientToken(String clientToken) Unique, case-sensitive identifier to ensure the idempotency of the request.CreateSecondarySubnetResponse.Builder.secondarySubnet(Consumer<SecondarySubnet.Builder> secondarySubnet) Information about the secondary subnet.CreateSecondarySubnetResponse.Builder.secondarySubnet(SecondarySubnet secondarySubnet) Information about the secondary subnet.CreateSecondarySubnetResponse.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateSecondarySubnetResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateSecondarySubnetResponse.Builder>CreateSecondarySubnetResponse.serializableBuilderClass()