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