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