Uses of Class
software.amazon.awssdk.services.tnb.model.ListSolNetworkOperationsInfo
-
Packages that use ListSolNetworkOperationsInfo Package Description software.amazon.awssdk.services.tnb.model software.amazon.awssdk.services.tnb.paginators -
-
Uses of ListSolNetworkOperationsInfo in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return types with arguments of type ListSolNetworkOperationsInfo Modifier and Type Method Description List<ListSolNetworkOperationsInfo>ListSolNetworkOperationsResponse. networkOperations()Lists network operation occurrences.Methods in software.amazon.awssdk.services.tnb.model with parameters of type ListSolNetworkOperationsInfo Modifier and Type Method Description ListSolNetworkOperationsResponse.BuilderListSolNetworkOperationsResponse.Builder. networkOperations(ListSolNetworkOperationsInfo... networkOperations)Lists network operation occurrences.Method parameters in software.amazon.awssdk.services.tnb.model with type arguments of type ListSolNetworkOperationsInfo Modifier and Type Method Description ListSolNetworkOperationsResponse.BuilderListSolNetworkOperationsResponse.Builder. networkOperations(Collection<ListSolNetworkOperationsInfo> networkOperations)Lists network operation occurrences. -
Uses of ListSolNetworkOperationsInfo in software.amazon.awssdk.services.tnb.paginators
Methods in software.amazon.awssdk.services.tnb.paginators that return types with arguments of type ListSolNetworkOperationsInfo Modifier and Type Method Description SdkIterable<ListSolNetworkOperationsInfo>ListSolNetworkOperationsIterable. networkOperations()Returns an iterable to iterate through the paginatedListSolNetworkOperationsResponse.networkOperations()member.SdkPublisher<ListSolNetworkOperationsInfo>ListSolNetworkOperationsPublisher. networkOperations()Returns a publisher that can be used to get a stream of data.
-