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