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