Uses of Interface
software.amazon.awssdk.services.kms.model.TagException.Builder
-
Packages that use TagException.Builder Package Description software.amazon.awssdk.services.kms.model -
-
Uses of TagException.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return TagException.Builder Modifier and Type Method Description TagException.BuilderTagException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static TagException.BuilderTagException. builder()TagException.BuilderTagException.Builder. cause(Throwable cause)TagException.BuilderTagException.Builder. message(String message)TagException.BuilderTagException.Builder. requestId(String requestId)TagException.BuilderTagException.Builder. statusCode(int statusCode)TagException.BuilderTagException. toBuilder()TagException.BuilderTagException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type TagException.Builder Modifier and Type Method Description static Class<? extends TagException.Builder>TagException. serializableBuilderClass()
-