Uses of Class
software.amazon.awssdk.services.medialive.model.DescribeNetworkSummary
-
Packages that use DescribeNetworkSummary Package Description software.amazon.awssdk.services.medialive.model software.amazon.awssdk.services.medialive.paginators -
-
Uses of DescribeNetworkSummary in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type DescribeNetworkSummary Modifier and Type Method Description List<DescribeNetworkSummary>ListNetworksResponse. networks()An array of networks that you have created.Methods in software.amazon.awssdk.services.medialive.model with parameters of type DescribeNetworkSummary Modifier and Type Method Description ListNetworksResponse.BuilderListNetworksResponse.Builder. networks(DescribeNetworkSummary... networks)An array of networks that you have created.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type DescribeNetworkSummary Modifier and Type Method Description ListNetworksResponse.BuilderListNetworksResponse.Builder. networks(Collection<DescribeNetworkSummary> networks)An array of networks that you have created. -
Uses of DescribeNetworkSummary in software.amazon.awssdk.services.medialive.paginators
Methods in software.amazon.awssdk.services.medialive.paginators that return types with arguments of type DescribeNetworkSummary Modifier and Type Method Description SdkIterable<DescribeNetworkSummary>ListNetworksIterable. networks()Returns an iterable to iterate through the paginatedListNetworksResponse.networks()member.SdkPublisher<DescribeNetworkSummary>ListNetworksPublisher. networks()Returns a publisher that can be used to get a stream of data.
-