Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateSecondaryNetworkRequest.Builder
Packages that use CreateSecondaryNetworkRequest.Builder
Package
Description
-
Uses of CreateSecondaryNetworkRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateSecondaryNetworkRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createSecondaryNetwork(Consumer<CreateSecondaryNetworkRequest.Builder> createSecondaryNetworkRequest) Creates a secondary network.default CreateSecondaryNetworkResponseEc2Client.createSecondaryNetwork(Consumer<CreateSecondaryNetworkRequest.Builder> createSecondaryNetworkRequest) Creates a secondary network. -
Uses of CreateSecondaryNetworkRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateSecondaryNetworkRequest.BuilderModifier and TypeMethodDescriptionCreateSecondaryNetworkRequest.builder()CreateSecondaryNetworkRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateSecondaryNetworkRequest.Builder.ipv4CidrBlock(String ipv4CidrBlock) The IPv4 CIDR block for the secondary network.CreateSecondaryNetworkRequest.Builder.networkType(String networkType) The type of secondary network.CreateSecondaryNetworkRequest.Builder.networkType(SecondaryNetworkType networkType) The type of secondary network.CreateSecondaryNetworkRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateSecondaryNetworkRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateSecondaryNetworkRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to assign to the secondary network.CreateSecondaryNetworkRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to assign to the secondary network.CreateSecondaryNetworkRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to assign to the secondary network.CreateSecondaryNetworkRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateSecondaryNetworkRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateSecondaryNetworkRequest.Builder>CreateSecondaryNetworkRequest.serializableBuilderClass()