Uses of Interface
software.amazon.awssdk.services.mobile.model.MobileException.Builder
-
Packages that use MobileException.Builder Package Description software.amazon.awssdk.services.mobile.model -
-
Uses of MobileException.Builder in software.amazon.awssdk.services.mobile.model
Subinterfaces of MobileException.Builder in software.amazon.awssdk.services.mobile.model Modifier and Type Interface Description static interfaceAccountActionRequiredException.Builderstatic interfaceBadRequestException.Builderstatic interfaceInternalFailureException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceNotFoundException.Builderstatic interfaceServiceUnavailableException.Builderstatic interfaceTooManyRequestsException.Builderstatic interfaceUnauthorizedException.BuilderClasses in software.amazon.awssdk.services.mobile.model that implement MobileException.Builder Modifier and Type Class Description protected static classMobileException.BuilderImplMethods in software.amazon.awssdk.services.mobile.model that return MobileException.Builder Modifier and Type Method Description MobileException.BuilderMobileException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static MobileException.BuilderMobileException. builder()MobileException.BuilderMobileException.Builder. cause(Throwable cause)MobileException.BuilderMobileException.Builder. message(String message)MobileException.BuilderMobileException.Builder. requestId(String requestId)MobileException.BuilderMobileException.Builder. statusCode(int statusCode)MobileException.BuilderMobileException. toBuilder()MobileException.BuilderMobileException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.mobile.model that return types with arguments of type MobileException.Builder Modifier and Type Method Description static Class<? extends MobileException.Builder>MobileException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.mobile.model with parameters of type MobileException.Builder Constructor Description MobileException(MobileException.Builder builder)
-