Uses of Interface
software.amazon.awssdk.services.datazone.model.ListSubscriptionsResponse.Builder
-
Packages that use ListSubscriptionsResponse.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of ListSubscriptionsResponse.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return ListSubscriptionsResponse.Builder Modifier and Type Method Description static ListSubscriptionsResponse.BuilderListSubscriptionsResponse. builder()ListSubscriptionsResponse.BuilderListSubscriptionsResponse.Builder. items(Collection<SubscriptionSummary> items)The results of theListSubscriptionsaction.ListSubscriptionsResponse.BuilderListSubscriptionsResponse.Builder. items(Consumer<SubscriptionSummary.Builder>... items)The results of theListSubscriptionsaction.ListSubscriptionsResponse.BuilderListSubscriptionsResponse.Builder. items(SubscriptionSummary... items)The results of theListSubscriptionsaction.ListSubscriptionsResponse.BuilderListSubscriptionsResponse.Builder. nextToken(String nextToken)When the number of subscriptions is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of subscriptions, the response includes a pagination token namedNextToken.ListSubscriptionsResponse.BuilderListSubscriptionsResponse. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type ListSubscriptionsResponse.Builder Modifier and Type Method Description static Class<? extends ListSubscriptionsResponse.Builder>ListSubscriptionsResponse. serializableBuilderClass()
-