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