Uses of Class
software.amazon.awssdk.services.ec2.model.LocalGateway
-
Packages that use LocalGateway Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of LocalGateway in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LocalGateway Modifier and Type Method Description List<LocalGateway>DescribeLocalGatewaysResponse. localGateways()Information about the local gateways.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LocalGateway Modifier and Type Method Description DescribeLocalGatewaysResponse.BuilderDescribeLocalGatewaysResponse.Builder. localGateways(LocalGateway... localGateways)Information about the local gateways.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LocalGateway Modifier and Type Method Description DescribeLocalGatewaysResponse.BuilderDescribeLocalGatewaysResponse.Builder. localGateways(Collection<LocalGateway> localGateways)Information about the local gateways. -
Uses of LocalGateway in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type LocalGateway Modifier and Type Method Description SdkIterable<LocalGateway>DescribeLocalGatewaysIterable. localGateways()Returns an iterable to iterate through the paginatedDescribeLocalGatewaysResponse.localGateways()member.SdkPublisher<LocalGateway>DescribeLocalGatewaysPublisher. localGateways()Returns a publisher that can be used to get a stream of data.
-