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