Uses of Class
software.amazon.awssdk.services.ec2.model.CustomerGateway
-
Packages that use CustomerGateway Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CustomerGateway in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CustomerGateway Modifier and Type Method Description CustomerGatewayCreateCustomerGatewayResponse. customerGateway()Information about the customer gateway.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CustomerGateway Modifier and Type Method Description List<CustomerGateway>DescribeCustomerGatewaysResponse. customerGateways()Information about one or more customer gateways.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CustomerGateway Modifier and Type Method Description CreateCustomerGatewayResponse.BuilderCreateCustomerGatewayResponse.Builder. customerGateway(CustomerGateway customerGateway)Information about the customer gateway.DescribeCustomerGatewaysResponse.BuilderDescribeCustomerGatewaysResponse.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 CustomerGateway Modifier and Type Method Description DescribeCustomerGatewaysResponse.BuilderDescribeCustomerGatewaysResponse.Builder. customerGateways(Collection<CustomerGateway> customerGateways)Information about one or more customer gateways.
-