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