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