Uses of Interface
software.amazon.awssdk.services.ssm.model.ListDocumentVersionsRequest.Builder
Packages that use ListDocumentVersionsRequest.Builder
Package
Description
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
-
Uses of ListDocumentVersionsRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type ListDocumentVersionsRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.listDocumentVersions(Consumer<ListDocumentVersionsRequest.Builder> listDocumentVersionsRequest) List all versions for a document.default ListDocumentVersionsResponseSsmClient.listDocumentVersions(Consumer<ListDocumentVersionsRequest.Builder> listDocumentVersionsRequest) List all versions for a document.default ListDocumentVersionsPublisherSsmAsyncClient.listDocumentVersionsPaginator(Consumer<ListDocumentVersionsRequest.Builder> listDocumentVersionsRequest) This is a variant ofSsmAsyncClient.listDocumentVersions(software.amazon.awssdk.services.ssm.model.ListDocumentVersionsRequest)operation.default ListDocumentVersionsIterableSsmClient.listDocumentVersionsPaginator(Consumer<ListDocumentVersionsRequest.Builder> listDocumentVersionsRequest) This is a variant ofSsmClient.listDocumentVersions(software.amazon.awssdk.services.ssm.model.ListDocumentVersionsRequest)operation. -
Uses of ListDocumentVersionsRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ListDocumentVersionsRequest.BuilderModifier and TypeMethodDescriptionListDocumentVersionsRequest.builder()ListDocumentVersionsRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return for this call.The name of the document.The token for the next set of items to return.ListDocumentVersionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListDocumentVersionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListDocumentVersionsRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ListDocumentVersionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListDocumentVersionsRequest.Builder>ListDocumentVersionsRequest.serializableBuilderClass()