Uses of Class
software.amazon.awssdk.services.ssm.model.ListAssociationVersionsResponse
-
Packages that use ListAssociationVersionsResponse 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 ListAssociationVersionsResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return ListAssociationVersionsResponse Modifier and Type Method Description default ListAssociationVersionsResponseSsmClient. listAssociationVersions(Consumer<ListAssociationVersionsRequest.Builder> listAssociationVersionsRequest)Retrieves all versions of an association for a specific association ID.default ListAssociationVersionsResponseSsmClient. listAssociationVersions(ListAssociationVersionsRequest listAssociationVersionsRequest)Retrieves all versions of an association for a specific association ID.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type ListAssociationVersionsResponse Modifier and Type Method Description default CompletableFuture<ListAssociationVersionsResponse>SsmAsyncClient. listAssociationVersions(Consumer<ListAssociationVersionsRequest.Builder> listAssociationVersionsRequest)Retrieves all versions of an association for a specific association ID.default CompletableFuture<ListAssociationVersionsResponse>SsmAsyncClient. listAssociationVersions(ListAssociationVersionsRequest listAssociationVersionsRequest)Retrieves all versions of an association for a specific association ID. -
Uses of ListAssociationVersionsResponse in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type ListAssociationVersionsResponse Modifier and Type Method Description Iterator<ListAssociationVersionsResponse>ListAssociationVersionsIterable. iterator()Method parameters in software.amazon.awssdk.services.ssm.paginators with type arguments of type ListAssociationVersionsResponse Modifier and Type Method Description voidListAssociationVersionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAssociationVersionsResponse> subscriber)
-