Uses of Interface
software.amazon.awssdk.services.datazone.model.ListAssetRevisionsRequest.Builder
-
Packages that use ListAssetRevisionsRequest.Builder Package Description software.amazon.awssdk.services.datazone Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data.software.amazon.awssdk.services.datazone.model -
-
Uses of ListAssetRevisionsRequest.Builder in software.amazon.awssdk.services.datazone
Method parameters in software.amazon.awssdk.services.datazone with type arguments of type ListAssetRevisionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAssetRevisionsResponse>DataZoneAsyncClient. listAssetRevisions(Consumer<ListAssetRevisionsRequest.Builder> listAssetRevisionsRequest)Lists the revisions for the asset.default ListAssetRevisionsResponseDataZoneClient. listAssetRevisions(Consumer<ListAssetRevisionsRequest.Builder> listAssetRevisionsRequest)Lists the revisions for the asset.default ListAssetRevisionsPublisherDataZoneAsyncClient. listAssetRevisionsPaginator(Consumer<ListAssetRevisionsRequest.Builder> listAssetRevisionsRequest)Lists the revisions for the asset.default ListAssetRevisionsIterableDataZoneClient. listAssetRevisionsPaginator(Consumer<ListAssetRevisionsRequest.Builder> listAssetRevisionsRequest)Lists the revisions for the asset. -
Uses of ListAssetRevisionsRequest.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return ListAssetRevisionsRequest.Builder Modifier and Type Method Description static ListAssetRevisionsRequest.BuilderListAssetRevisionsRequest. builder()ListAssetRevisionsRequest.BuilderListAssetRevisionsRequest.Builder. domainIdentifier(String domainIdentifier)The identifier of the domain.ListAssetRevisionsRequest.BuilderListAssetRevisionsRequest.Builder. identifier(String identifier)The identifier of the asset.ListAssetRevisionsRequest.BuilderListAssetRevisionsRequest.Builder. maxResults(Integer maxResults)The maximum number of revisions to return in a single call toListAssetRevisions.ListAssetRevisionsRequest.BuilderListAssetRevisionsRequest.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.ListAssetRevisionsRequest.BuilderListAssetRevisionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssetRevisionsRequest.BuilderListAssetRevisionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAssetRevisionsRequest.BuilderListAssetRevisionsRequest. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type ListAssetRevisionsRequest.Builder Modifier and Type Method Description static Class<? extends ListAssetRevisionsRequest.Builder>ListAssetRevisionsRequest. serializableBuilderClass()
-