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