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