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