Uses of Class
software.amazon.awssdk.services.ec2.model.SecondaryNetwork
-
Packages that use SecondaryNetwork Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of SecondaryNetwork in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SecondaryNetwork Modifier and Type Method Description SecondaryNetworkCreateSecondaryNetworkResponse. secondaryNetwork()Information about the secondary network.SecondaryNetworkDeleteSecondaryNetworkResponse. secondaryNetwork()Information about the secondary network.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SecondaryNetwork Modifier and Type Method Description List<SecondaryNetwork>DescribeSecondaryNetworksResponse. secondaryNetworks()Information about the secondary networks.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SecondaryNetwork Modifier and Type Method Description CreateSecondaryNetworkResponse.BuilderCreateSecondaryNetworkResponse.Builder. secondaryNetwork(SecondaryNetwork secondaryNetwork)Information about the secondary network.DeleteSecondaryNetworkResponse.BuilderDeleteSecondaryNetworkResponse.Builder. secondaryNetwork(SecondaryNetwork secondaryNetwork)Information about the secondary network.DescribeSecondaryNetworksResponse.BuilderDescribeSecondaryNetworksResponse.Builder. secondaryNetworks(SecondaryNetwork... secondaryNetworks)Information about the secondary networks.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SecondaryNetwork Modifier and Type Method Description DescribeSecondaryNetworksResponse.BuilderDescribeSecondaryNetworksResponse.Builder. secondaryNetworks(Collection<SecondaryNetwork> secondaryNetworks)Information about the secondary networks. -
Uses of SecondaryNetwork in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type SecondaryNetwork Modifier and Type Method Description SdkIterable<SecondaryNetwork>DescribeSecondaryNetworksIterable. secondaryNetworks()Returns an iterable to iterate through the paginatedDescribeSecondaryNetworksResponse.secondaryNetworks()member.SdkPublisher<SecondaryNetwork>DescribeSecondaryNetworksPublisher. secondaryNetworks()Returns a publisher that can be used to get a stream of data.
-