Uses of Class
software.amazon.awssdk.services.ec2.model.CustomerGateway
Packages that use CustomerGateway
-
Uses of CustomerGateway in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CustomerGatewayModifier and TypeMethodDescriptionfinal CustomerGatewayCreateCustomerGatewayResponse.customerGateway()Information about the customer gateway.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CustomerGatewayModifier and TypeMethodDescriptionfinal List<CustomerGateway>DescribeCustomerGatewaysResponse.customerGateways()Information about one or more customer gateways.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CustomerGatewayModifier and TypeMethodDescriptionCreateCustomerGatewayResponse.Builder.customerGateway(CustomerGateway customerGateway) Information about the customer gateway.DescribeCustomerGatewaysResponse.Builder.customerGateways(CustomerGateway... customerGateways) Information about one or more customer gateways.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CustomerGatewayModifier and TypeMethodDescriptionDescribeCustomerGatewaysResponse.Builder.customerGateways(Collection<CustomerGateway> customerGateways) Information about one or more customer gateways.