Uses of Interface
software.amazon.awssdk.services.codecommit.model.CommentDeletedException.Builder
-
Packages that use CommentDeletedException.Builder Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of CommentDeletedException.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return CommentDeletedException.Builder Modifier and Type Method Description CommentDeletedException.BuilderCommentDeletedException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static CommentDeletedException.BuilderCommentDeletedException. builder()CommentDeletedException.BuilderCommentDeletedException.Builder. cause(Throwable cause)CommentDeletedException.BuilderCommentDeletedException.Builder. message(String message)CommentDeletedException.BuilderCommentDeletedException.Builder. requestId(String requestId)CommentDeletedException.BuilderCommentDeletedException.Builder. statusCode(int statusCode)CommentDeletedException.BuilderCommentDeletedException. toBuilder()CommentDeletedException.BuilderCommentDeletedException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type CommentDeletedException.Builder Modifier and Type Method Description static Class<? extends CommentDeletedException.Builder>CommentDeletedException. serializableBuilderClass()
-