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