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