Uses of Interface
software.amazon.awssdk.services.ssm.model.ListDocumentMetadataHistoryRequest.Builder
Packages that use ListDocumentMetadataHistoryRequest.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 ListDocumentMetadataHistoryRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type ListDocumentMetadataHistoryRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.listDocumentMetadataHistory(Consumer<ListDocumentMetadataHistoryRequest.Builder> listDocumentMetadataHistoryRequest) SsmClient.listDocumentMetadataHistory(Consumer<ListDocumentMetadataHistoryRequest.Builder> listDocumentMetadataHistoryRequest) -
Uses of ListDocumentMetadataHistoryRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ListDocumentMetadataHistoryRequest.BuilderModifier and TypeMethodDescriptionListDocumentMetadataHistoryRequest.builder()ListDocumentMetadataHistoryRequest.Builder.documentVersion(String documentVersion) The version of the change template.ListDocumentMetadataHistoryRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return for this call.The type of data for which details are being requested.ListDocumentMetadataHistoryRequest.Builder.metadata(DocumentMetadataEnum metadata) The type of data for which details are being requested.The name of the change template.The token for the next set of items to return.ListDocumentMetadataHistoryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListDocumentMetadataHistoryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListDocumentMetadataHistoryRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ListDocumentMetadataHistoryRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListDocumentMetadataHistoryRequest.Builder>ListDocumentMetadataHistoryRequest.serializableBuilderClass()