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