Uses of Class
software.amazon.awssdk.services.ssm.model.UpdateDocumentMetadataResponse
-
Packages that use UpdateDocumentMetadataResponse 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. -
-
Uses of UpdateDocumentMetadataResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return UpdateDocumentMetadataResponse Modifier and Type Method Description default UpdateDocumentMetadataResponseSsmClient. updateDocumentMetadata(Consumer<UpdateDocumentMetadataRequest.Builder> updateDocumentMetadataRequest)Updates information related to approval reviews for a specific version of a change template in Change Manager.default UpdateDocumentMetadataResponseSsmClient. updateDocumentMetadata(UpdateDocumentMetadataRequest updateDocumentMetadataRequest)Updates information related to approval reviews for a specific version of a change template in Change Manager.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type UpdateDocumentMetadataResponse Modifier and Type Method Description default CompletableFuture<UpdateDocumentMetadataResponse>SsmAsyncClient. updateDocumentMetadata(Consumer<UpdateDocumentMetadataRequest.Builder> updateDocumentMetadataRequest)Updates information related to approval reviews for a specific version of a change template in Change Manager.default CompletableFuture<UpdateDocumentMetadataResponse>SsmAsyncClient. updateDocumentMetadata(UpdateDocumentMetadataRequest updateDocumentMetadataRequest)Updates information related to approval reviews for a specific version of a change template in Change Manager.
-