Uses of Interface
software.amazon.awssdk.services.securityir.model.UpdateCaseCommentResponse.Builder
-
Packages that use UpdateCaseCommentResponse.Builder Package Description software.amazon.awssdk.services.securityir.model -
-
Uses of UpdateCaseCommentResponse.Builder in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return UpdateCaseCommentResponse.Builder Modifier and Type Method Description UpdateCaseCommentResponse.BuilderUpdateCaseCommentResponse.Builder. body(String body)Response element for UpdateCaseComment providing the updated comment content.static UpdateCaseCommentResponse.BuilderUpdateCaseCommentResponse. builder()UpdateCaseCommentResponse.BuilderUpdateCaseCommentResponse.Builder. commentId(String commentId)Response element for UpdateCaseComment providing the updated comment ID.UpdateCaseCommentResponse.BuilderUpdateCaseCommentResponse. toBuilder()Methods in software.amazon.awssdk.services.securityir.model that return types with arguments of type UpdateCaseCommentResponse.Builder Modifier and Type Method Description static Class<? extends UpdateCaseCommentResponse.Builder>UpdateCaseCommentResponse. serializableBuilderClass()
-