Uses of Class
software.amazon.awssdk.services.ssm.model.UpdateDocumentMetadataRequest
-
Packages that use UpdateDocumentMetadataRequest 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.transform -
-
Uses of UpdateDocumentMetadataRequest in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm with parameters of type UpdateDocumentMetadataRequest Modifier and Type Method Description default CompletableFuture<UpdateDocumentMetadataResponse>SsmAsyncClient. updateDocumentMetadata(UpdateDocumentMetadataRequest 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. -
Uses of UpdateDocumentMetadataRequest in software.amazon.awssdk.services.ssm.transform
Methods in software.amazon.awssdk.services.ssm.transform with parameters of type UpdateDocumentMetadataRequest Modifier and Type Method Description SdkHttpFullRequestUpdateDocumentMetadataRequestMarshaller. marshall(UpdateDocumentMetadataRequest updateDocumentMetadataRequest)
-