Uses of Class
software.amazon.awssdk.services.datazone.model.ConnectionSummary
-
Packages that use ConnectionSummary Package Description software.amazon.awssdk.services.datazone.model software.amazon.awssdk.services.datazone.paginators -
-
Uses of ConnectionSummary in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type ConnectionSummary Modifier and Type Method Description List<ConnectionSummary>ListConnectionsResponse. items()The results of the ListConnections action.Methods in software.amazon.awssdk.services.datazone.model with parameters of type ConnectionSummary Modifier and Type Method Description ListConnectionsResponse.BuilderListConnectionsResponse.Builder. items(ConnectionSummary... items)The results of the ListConnections action.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type ConnectionSummary Modifier and Type Method Description ListConnectionsResponse.BuilderListConnectionsResponse.Builder. items(Collection<ConnectionSummary> items)The results of the ListConnections action. -
Uses of ConnectionSummary in software.amazon.awssdk.services.datazone.paginators
Methods in software.amazon.awssdk.services.datazone.paginators that return types with arguments of type ConnectionSummary Modifier and Type Method Description SdkIterable<ConnectionSummary>ListConnectionsIterable. items()Returns an iterable to iterate through the paginatedListConnectionsResponse.items()member.SdkPublisher<ConnectionSummary>ListConnectionsPublisher. items()Returns a publisher that can be used to get a stream of data.
-