Uses of Interface
software.amazon.awssdk.services.sso.model.SsoException.Builder
-
Packages that use SsoException.Builder Package Description software.amazon.awssdk.services.sso.model -
-
Uses of SsoException.Builder in software.amazon.awssdk.services.sso.model
Subinterfaces of SsoException.Builder in software.amazon.awssdk.services.sso.model Modifier and Type Interface Description static interfaceInvalidRequestException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceTooManyRequestsException.Builderstatic interfaceUnauthorizedException.BuilderClasses in software.amazon.awssdk.services.sso.model that implement SsoException.Builder Modifier and Type Class Description protected static classSsoException.BuilderImplMethods in software.amazon.awssdk.services.sso.model that return SsoException.Builder Modifier and Type Method Description SsoException.BuilderSsoException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static SsoException.BuilderSsoException. builder()SsoException.BuilderSsoException.Builder. cause(Throwable cause)SsoException.BuilderSsoException.Builder. message(String message)SsoException.BuilderSsoException.Builder. requestId(String requestId)SsoException.BuilderSsoException.Builder. statusCode(int statusCode)SsoException.BuilderSsoException. toBuilder()SsoException.BuilderSsoException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.sso.model that return types with arguments of type SsoException.Builder Modifier and Type Method Description static Class<? extends SsoException.Builder>SsoException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.sso.model with parameters of type SsoException.Builder Constructor Description SsoException(SsoException.Builder builder)
-