Uses of Interface
software.amazon.awssdk.services.ebs.model.EbsException.Builder
-
Packages that use EbsException.Builder Package Description software.amazon.awssdk.services.ebs.model -
-
Uses of EbsException.Builder in software.amazon.awssdk.services.ebs.model
Subinterfaces of EbsException.Builder in software.amazon.awssdk.services.ebs.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceConcurrentLimitExceededException.Builderstatic interfaceConflictException.Builderstatic interfaceInternalServerException.Builderstatic interfaceRequestThrottledException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceServiceQuotaExceededException.Builderstatic interfaceValidationException.BuilderClasses in software.amazon.awssdk.services.ebs.model that implement EbsException.Builder Modifier and Type Class Description protected static classEbsException.BuilderImplMethods in software.amazon.awssdk.services.ebs.model that return EbsException.Builder Modifier and Type Method Description EbsException.BuilderEbsException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static EbsException.BuilderEbsException. builder()EbsException.BuilderEbsException.Builder. cause(Throwable cause)EbsException.BuilderEbsException.Builder. message(String message)EbsException.BuilderEbsException.Builder. requestId(String requestId)EbsException.BuilderEbsException.Builder. statusCode(int statusCode)EbsException.BuilderEbsException. toBuilder()EbsException.BuilderEbsException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.ebs.model that return types with arguments of type EbsException.Builder Modifier and Type Method Description static Class<? extends EbsException.Builder>EbsException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.ebs.model with parameters of type EbsException.Builder Constructor Description EbsException(EbsException.Builder builder)
-