Uses of Interface
software.amazon.awssdk.services.securityir.model.UpdateCaseCommentRequest.Builder
-
Packages that use UpdateCaseCommentRequest.Builder Package Description software.amazon.awssdk.services.securityir This guide provides documents the action and response elements for customer use of the service.software.amazon.awssdk.services.securityir.model -
-
Uses of UpdateCaseCommentRequest.Builder in software.amazon.awssdk.services.securityir
Method parameters in software.amazon.awssdk.services.securityir with type arguments of type UpdateCaseCommentRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateCaseCommentResponse>SecurityIrAsyncClient. updateCaseComment(Consumer<UpdateCaseCommentRequest.Builder> updateCaseCommentRequest)Grants permission to update an existing case comment.default UpdateCaseCommentResponseSecurityIrClient. updateCaseComment(Consumer<UpdateCaseCommentRequest.Builder> updateCaseCommentRequest)Grants permission to update an existing case comment. -
Uses of UpdateCaseCommentRequest.Builder in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return UpdateCaseCommentRequest.Builder Modifier and Type Method Description UpdateCaseCommentRequest.BuilderUpdateCaseCommentRequest.Builder. body(String body)Required element for UpdateCaseComment to identify the content for the comment to be updated.static UpdateCaseCommentRequest.BuilderUpdateCaseCommentRequest. builder()UpdateCaseCommentRequest.BuilderUpdateCaseCommentRequest.Builder. caseId(String caseId)Required element for UpdateCaseComment to identify the case ID containing the comment to be updated.UpdateCaseCommentRequest.BuilderUpdateCaseCommentRequest.Builder. commentId(String commentId)Required element for UpdateCaseComment to identify the case ID to be updated.UpdateCaseCommentRequest.BuilderUpdateCaseCommentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateCaseCommentRequest.BuilderUpdateCaseCommentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateCaseCommentRequest.BuilderUpdateCaseCommentRequest. toBuilder()Methods in software.amazon.awssdk.services.securityir.model that return types with arguments of type UpdateCaseCommentRequest.Builder Modifier and Type Method Description static Class<? extends UpdateCaseCommentRequest.Builder>UpdateCaseCommentRequest. serializableBuilderClass()
-