Uses of Interface
software.amazon.awssdk.services.mediapackagevod.model.MediaPackageVodException.Builder
-
Packages that use MediaPackageVodException.Builder Package Description software.amazon.awssdk.services.mediapackagevod.model -
-
Uses of MediaPackageVodException.Builder in software.amazon.awssdk.services.mediapackagevod.model
Subinterfaces of MediaPackageVodException.Builder in software.amazon.awssdk.services.mediapackagevod.model Modifier and Type Interface Description static interfaceForbiddenException.Builderstatic interfaceInternalServerErrorException.Builderstatic interfaceNotFoundException.Builderstatic interfaceServiceUnavailableException.Builderstatic interfaceTooManyRequestsException.Builderstatic interfaceUnprocessableEntityException.BuilderClasses in software.amazon.awssdk.services.mediapackagevod.model that implement MediaPackageVodException.Builder Modifier and Type Class Description protected static classMediaPackageVodException.BuilderImplMethods in software.amazon.awssdk.services.mediapackagevod.model that return MediaPackageVodException.Builder Modifier and Type Method Description MediaPackageVodException.BuilderMediaPackageVodException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static MediaPackageVodException.BuilderMediaPackageVodException. builder()MediaPackageVodException.BuilderMediaPackageVodException.Builder. cause(Throwable cause)MediaPackageVodException.BuilderMediaPackageVodException.Builder. message(String message)MediaPackageVodException.BuilderMediaPackageVodException.Builder. requestId(String requestId)MediaPackageVodException.BuilderMediaPackageVodException.Builder. statusCode(int statusCode)MediaPackageVodException.BuilderMediaPackageVodException. toBuilder()MediaPackageVodException.BuilderMediaPackageVodException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.mediapackagevod.model that return types with arguments of type MediaPackageVodException.Builder Modifier and Type Method Description static Class<? extends MediaPackageVodException.Builder>MediaPackageVodException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.mediapackagevod.model with parameters of type MediaPackageVodException.Builder Constructor Description MediaPackageVodException(MediaPackageVodException.Builder builder)
-