Uses of Class
software.amazon.awssdk.services.ssm.model.ListDocumentVersionsResponse
-
Packages that use ListDocumentVersionsResponse Package Description software.amazon.awssdk.services.ssm 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.software.amazon.awssdk.services.ssm.paginators -
-
Uses of ListDocumentVersionsResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return ListDocumentVersionsResponse Modifier and Type Method Description default ListDocumentVersionsResponseSsmClient. listDocumentVersions(Consumer<ListDocumentVersionsRequest.Builder> listDocumentVersionsRequest)List all versions for a document.default ListDocumentVersionsResponseSsmClient. listDocumentVersions(ListDocumentVersionsRequest listDocumentVersionsRequest)List all versions for a document.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type ListDocumentVersionsResponse Modifier and Type Method Description default CompletableFuture<ListDocumentVersionsResponse>SsmAsyncClient. listDocumentVersions(Consumer<ListDocumentVersionsRequest.Builder> listDocumentVersionsRequest)List all versions for a document.default CompletableFuture<ListDocumentVersionsResponse>SsmAsyncClient. listDocumentVersions(ListDocumentVersionsRequest listDocumentVersionsRequest)List all versions for a document. -
Uses of ListDocumentVersionsResponse in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type ListDocumentVersionsResponse Modifier and Type Method Description Iterator<ListDocumentVersionsResponse>ListDocumentVersionsIterable. iterator()Method parameters in software.amazon.awssdk.services.ssm.paginators with type arguments of type ListDocumentVersionsResponse Modifier and Type Method Description voidListDocumentVersionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDocumentVersionsResponse> subscriber)
-