Uses of Class
software.amazon.awssdk.services.securityir.model.UpdateCaseCommentResponse
-
Packages that use UpdateCaseCommentResponse Package Description software.amazon.awssdk.services.securityir This guide provides documents the action and response elements for customer use of the service. -
-
Uses of UpdateCaseCommentResponse in software.amazon.awssdk.services.securityir
Methods in software.amazon.awssdk.services.securityir that return UpdateCaseCommentResponse Modifier and Type Method Description default UpdateCaseCommentResponseSecurityIrClient. updateCaseComment(Consumer<UpdateCaseCommentRequest.Builder> updateCaseCommentRequest)Grants permission to update an existing case comment.default UpdateCaseCommentResponseSecurityIrClient. updateCaseComment(UpdateCaseCommentRequest updateCaseCommentRequest)Grants permission to update an existing case comment.Methods in software.amazon.awssdk.services.securityir that return types with arguments of type UpdateCaseCommentResponse Modifier and Type Method Description default CompletableFuture<UpdateCaseCommentResponse>SecurityIrAsyncClient. updateCaseComment(Consumer<UpdateCaseCommentRequest.Builder> updateCaseCommentRequest)Grants permission to update an existing case comment.default CompletableFuture<UpdateCaseCommentResponse>SecurityIrAsyncClient. updateCaseComment(UpdateCaseCommentRequest updateCaseCommentRequest)Grants permission to update an existing case comment.
-