Uses of Interface
software.amazon.awssdk.services.datazone.model.ListConnectionsResponse.Builder
-
Packages that use ListConnectionsResponse.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of ListConnectionsResponse.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return ListConnectionsResponse.Builder Modifier and Type Method Description static ListConnectionsResponse.BuilderListConnectionsResponse. builder()ListConnectionsResponse.BuilderListConnectionsResponse.Builder. items(Collection<ConnectionSummary> items)The results of the ListConnections action.ListConnectionsResponse.BuilderListConnectionsResponse.Builder. items(Consumer<ConnectionSummary.Builder>... items)The results of the ListConnections action.ListConnectionsResponse.BuilderListConnectionsResponse.Builder. items(ConnectionSummary... items)The results of the ListConnections action.ListConnectionsResponse.BuilderListConnectionsResponse.Builder. nextToken(String nextToken)When the number of connections is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of connections, the response includes a pagination token named NextToken.ListConnectionsResponse.BuilderListConnectionsResponse. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type ListConnectionsResponse.Builder Modifier and Type Method Description static Class<? extends ListConnectionsResponse.Builder>ListConnectionsResponse. serializableBuilderClass()
-