Uses of Class
software.amazon.awssdk.services.iotsecuretunneling.model.TunnelSummary
-
Packages that use TunnelSummary Package Description software.amazon.awssdk.services.iotsecuretunneling.model -
-
Uses of TunnelSummary in software.amazon.awssdk.services.iotsecuretunneling.model
Methods in software.amazon.awssdk.services.iotsecuretunneling.model that return types with arguments of type TunnelSummary Modifier and Type Method Description List<TunnelSummary>ListTunnelsResponse. tunnelSummaries()A short description of the tunnels in an Amazon Web Services account.Methods in software.amazon.awssdk.services.iotsecuretunneling.model with parameters of type TunnelSummary Modifier and Type Method Description ListTunnelsResponse.BuilderListTunnelsResponse.Builder. tunnelSummaries(TunnelSummary... tunnelSummaries)A short description of the tunnels in an Amazon Web Services account.Method parameters in software.amazon.awssdk.services.iotsecuretunneling.model with type arguments of type TunnelSummary Modifier and Type Method Description ListTunnelsResponse.BuilderListTunnelsResponse.Builder. tunnelSummaries(Collection<TunnelSummary> tunnelSummaries)A short description of the tunnels in an Amazon Web Services account.
-