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