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