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