Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateCarrierGatewayRequest.Builder
Packages that use CreateCarrierGatewayRequest.Builder
Package
Description
-
Uses of CreateCarrierGatewayRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateCarrierGatewayRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createCarrierGateway(Consumer<CreateCarrierGatewayRequest.Builder> createCarrierGatewayRequest) Creates a carrier gateway.default CreateCarrierGatewayResponseEc2Client.createCarrierGateway(Consumer<CreateCarrierGatewayRequest.Builder> createCarrierGatewayRequest) Creates a carrier gateway. -
Uses of CreateCarrierGatewayRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateCarrierGatewayRequest.BuilderModifier and TypeMethodDescriptionCreateCarrierGatewayRequest.builder()CreateCarrierGatewayRequest.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.CreateCarrierGatewayRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateCarrierGatewayRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateCarrierGatewayRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to associate with the carrier gateway.CreateCarrierGatewayRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to associate with the carrier gateway.CreateCarrierGatewayRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to associate with the carrier gateway.CreateCarrierGatewayRequest.toBuilder()The ID of the VPC to associate with the carrier gateway.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateCarrierGatewayRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateCarrierGatewayRequest.Builder>CreateCarrierGatewayRequest.serializableBuilderClass()