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