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