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