Uses of Interface
software.amazon.awssdk.services.ssm.model.ListAssociationVersionsRequest.Builder
Packages that use ListAssociationVersionsRequest.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 ListAssociationVersionsRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type ListAssociationVersionsRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.listAssociationVersions(Consumer<ListAssociationVersionsRequest.Builder> listAssociationVersionsRequest) Retrieves all versions of an association for a specific association ID.default ListAssociationVersionsResponseSsmClient.listAssociationVersions(Consumer<ListAssociationVersionsRequest.Builder> listAssociationVersionsRequest) Retrieves all versions of an association for a specific association ID.default ListAssociationVersionsPublisherSsmAsyncClient.listAssociationVersionsPaginator(Consumer<ListAssociationVersionsRequest.Builder> listAssociationVersionsRequest) This is a variant ofSsmAsyncClient.listAssociationVersions(software.amazon.awssdk.services.ssm.model.ListAssociationVersionsRequest)operation.default ListAssociationVersionsIterableSsmClient.listAssociationVersionsPaginator(Consumer<ListAssociationVersionsRequest.Builder> listAssociationVersionsRequest) This is a variant ofSsmClient.listAssociationVersions(software.amazon.awssdk.services.ssm.model.ListAssociationVersionsRequest)operation. -
Uses of ListAssociationVersionsRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ListAssociationVersionsRequest.BuilderModifier and TypeMethodDescriptionListAssociationVersionsRequest.Builder.associationId(String associationId) The association ID for which you want to view all versions.ListAssociationVersionsRequest.builder()ListAssociationVersionsRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return for this call.A token to start the list.ListAssociationVersionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListAssociationVersionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListAssociationVersionsRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ListAssociationVersionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListAssociationVersionsRequest.Builder>ListAssociationVersionsRequest.serializableBuilderClass()