Uses of Interface
software.amazon.awssdk.services.macie.model.MacieException.Builder
-
Packages that use MacieException.Builder Package Description software.amazon.awssdk.services.macie.model -
-
Uses of MacieException.Builder in software.amazon.awssdk.services.macie.model
Subinterfaces of MacieException.Builder in software.amazon.awssdk.services.macie.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceInternalException.Builderstatic interfaceInvalidInputException.Builderstatic interfaceLimitExceededException.BuilderClasses in software.amazon.awssdk.services.macie.model that implement MacieException.Builder Modifier and Type Class Description protected static classMacieException.BuilderImplMethods in software.amazon.awssdk.services.macie.model that return MacieException.Builder Modifier and Type Method Description MacieException.BuilderMacieException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static MacieException.BuilderMacieException. builder()MacieException.BuilderMacieException.Builder. cause(Throwable cause)MacieException.BuilderMacieException.Builder. message(String message)MacieException.BuilderMacieException.Builder. requestId(String requestId)MacieException.BuilderMacieException.Builder. statusCode(int statusCode)MacieException.BuilderMacieException. toBuilder()MacieException.BuilderMacieException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.macie.model that return types with arguments of type MacieException.Builder Modifier and Type Method Description static Class<? extends MacieException.Builder>MacieException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.macie.model with parameters of type MacieException.Builder Constructor Description MacieException(MacieException.Builder builder)
-