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