Uses of Class
software.amazon.awssdk.services.ec2.model.LocalGateway
Packages that use LocalGateway
Package
Description
-
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 LocalGatewayModifier and TypeMethodDescriptionfinal List<LocalGateway>DescribeLocalGatewaysResponse.localGateways()Information about the local gateways.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LocalGatewayModifier and TypeMethodDescriptionDescribeLocalGatewaysResponse.Builder.localGateways(LocalGateway... localGateways) Information about the local gateways.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LocalGatewayModifier and TypeMethodDescriptionDescribeLocalGatewaysResponse.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 LocalGatewayModifier and TypeMethodDescriptionfinal SdkIterable<LocalGateway>DescribeLocalGatewaysIterable.localGateways()Returns an iterable to iterate through the paginatedDescribeLocalGatewaysResponse.localGateways()member.final SdkPublisher<LocalGateway>DescribeLocalGatewaysPublisher.localGateways()Returns a publisher that can be used to get a stream of data.