Uses of Interface
software.amazon.awssdk.services.ssm.model.UpdateDocumentRequest.Builder
Packages that use UpdateDocumentRequest.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 UpdateDocumentRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type UpdateDocumentRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateDocumentResponse>SsmAsyncClient.updateDocument(Consumer<UpdateDocumentRequest.Builder> updateDocumentRequest) Updates one or more values for an SSM document.default UpdateDocumentResponseSsmClient.updateDocument(Consumer<UpdateDocumentRequest.Builder> updateDocumentRequest) Updates one or more values for an SSM document. -
Uses of UpdateDocumentRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return UpdateDocumentRequest.BuilderModifier and TypeMethodDescriptionUpdateDocumentRequest.Builder.attachments(Collection<AttachmentsSource> attachments) A list of key-value pairs that describe attachments to a version of a document.UpdateDocumentRequest.Builder.attachments(Consumer<AttachmentsSource.Builder>... attachments) A list of key-value pairs that describe attachments to a version of a document.UpdateDocumentRequest.Builder.attachments(AttachmentsSource... attachments) A list of key-value pairs that describe attachments to a version of a document.UpdateDocumentRequest.builder()A valid JSON or YAML string.UpdateDocumentRequest.Builder.displayName(String displayName) The friendly name of the SSM document that you want to update.UpdateDocumentRequest.Builder.documentFormat(String documentFormat) Specify the document format for the new document version.UpdateDocumentRequest.Builder.documentFormat(DocumentFormat documentFormat) Specify the document format for the new document version.UpdateDocumentRequest.Builder.documentVersion(String documentVersion) The version of the document that you want to update.The name of the SSM document that you want to update.UpdateDocumentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateDocumentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateDocumentRequest.Builder.targetType(String targetType) Specify a new target type for the document.UpdateDocumentRequest.toBuilder()UpdateDocumentRequest.Builder.versionName(String versionName) An optional field specifying the version of the artifact you are updating with the document.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type UpdateDocumentRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateDocumentRequest.Builder>UpdateDocumentRequest.serializableBuilderClass()